From 3e9c27687a3d91fa0f6126bd30a122a3c381cdc4 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 7 Nov 2001 17:40:21 +0000 Subject: [PATCH] ICU-1007 fix verbose output X-SVN-Rev: 6662 --- icu4c/source/test/intltest/normconf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/normconf.cpp b/icu4c/source/test/intltest/normconf.cpp index f274f9347a0..b9da82b67cb 100644 --- a/icu4c/source/test/intltest/normconf.cpp +++ b/icu4c/source/test/intltest/normconf.cpp @@ -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); } }