ICU-1007 fix verbose output
X-SVN-Rev: 6662
This commit is contained in:
parent
731fbc5024
commit
3e9c27687a
@ -151,8 +151,8 @@ void NormalizerConformanceTest::TestConformance(void) {
|
||||
} else {
|
||||
++failCount;
|
||||
}
|
||||
if ((count % 1000) == 0) {
|
||||
logln((UnicodeString)"Line " + count);
|
||||
if ((c % 0x1000) == 0) {
|
||||
logln("Code point U+%04lx", c);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user