#if !UCONFIG_NO_FORMATTING
void addGendInfoForTest(TestNode** root);
#endif
-void addUNumberFormatterTest(TestNode** root);
void addAllTests(TestNode** root)
{
addPUtilTest(root);
#if !UCONFIG_NO_FORMATTING
addGendInfoForTest(root);
- addUNumberFormatterTest(root);
#endif
}