]> granicus.if.org Git - icu/commitdiff
ICU-10999 avoid giving \uhhhh to the C++ compiler
authorMarkus Scherer <markus.icu@gmail.com>
Tue, 16 Sep 2014 06:07:06 +0000 (06:07 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Tue, 16 Sep 2014 06:07:06 +0000 (06:07 +0000)
X-SVN-Rev: 36517

icu4c/source/test/intltest/measfmttest.cpp

index 2a229736df87a2f0f11ed0c73eed96cc0a00a2f5..ccbc75729a70ae4435f4ecc99a7b8e49329f9f8b 100644 (file)
@@ -931,13 +931,11 @@ void MeasureFormatTest::TestNumeratorPlurals() {
     helperTestSimplePer(
             pl, UMEASFMT_WIDTH_WIDE, 2.0, *foot, *second, "2 stopy na sekund\\u0119");
     helperTestSimplePer(
-            pl, UMEASFMT_WIDTH_WIDE, 5.0, *foot, *second, "5 st\u00f3p na sekund\\u0119");
+            pl, UMEASFMT_WIDTH_WIDE, 5.0, *foot, *second, "5 st\\u00f3p na sekund\\u0119");
     helperTestSimplePer(
             pl, UMEASFMT_WIDTH_WIDE, 1.5, *foot, *second, "1,5 stopy na sekund\\u0119");
 }
 
-    
-
 void MeasureFormatTest::helperTestSimplePer(
         const Locale &locale,
         UMeasureFormatWidth width,