mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-3659 incidental cleanup
X-SVN-Rev: 15443
This commit is contained in:
parent
f503bc6a8e
commit
7816d4e3c4
1 changed files with 7 additions and 6 deletions
|
@ -34,13 +34,15 @@
|
|||
|
||||
void addNumForTest(TestNode** root);
|
||||
|
||||
#define TESTCASE(x) addTest(root, &x, "tsformat/cnumtst/" #x)
|
||||
|
||||
void addNumForTest(TestNode** root)
|
||||
{
|
||||
addTest(root, &TestNumberFormat, "tsformat/cnumtst/TestNumberFormat");
|
||||
addTest(root, &TestSignificantDigits, "tsformat/cnumtst/TestSignificantDigits");
|
||||
addTest(root, &TestNumberFormatPadding, "tsformat/cnumtst/TestNumberFormatPadding");
|
||||
addTest(root, &TestInt64Format, "tsformat/cnumtst/TestInt64Format");
|
||||
addTest(root, &TestRBNFFormat, "tsformat/cnumtst/TestRBNFFormat");
|
||||
TESTCASE(TestNumberFormat);
|
||||
TESTCASE(TestSignificantDigits);
|
||||
TESTCASE(TestNumberFormatPadding);
|
||||
TESTCASE(TestInt64Format);
|
||||
TESTCASE(TestRBNFFormat);
|
||||
}
|
||||
|
||||
/** copy src to dst with unicode-escapes for values < 0x20 and > 0x7e, null terminate if possible */
|
||||
|
@ -1242,5 +1244,4 @@ static void TestRBNFFormat() {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#endif /* #if !UCONFIG_NO_FORMATTING */
|
||||
|
|
Loading…
Add table
Reference in a new issue