ICU-10999 avoid giving \uhhhh to the C++ compiler

X-SVN-Rev: 36517
This commit is contained in:
Markus Scherer 2014-09-16 06:07:06 +00:00
parent 7e3befc1a6
commit 58e51c0892

View 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,