]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/itrbnfp.cpp
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / intltest / itrbnfp.cpp
index 907647875cd0b755f5195450486f1595f3532f85..d84f4b43f062b0db788845edfafeecf86ca55036 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (C) 2004, International Business Machines Corporation and         *
+ * Copyright (C) 2004-2009, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -27,7 +27,7 @@
         name = #test;                 \
         if (exec) {                   \
             logln(#test "---");       \
-            logln((UnicodeString)""); \
+            logln();                  \
             test();                   \
         }                             \
         break