mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-1007 fix verbose output
X-SVN-Rev: 6662
This commit is contained in:
parent
731fbc5024
commit
3e9c27687a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue