X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..HEAD:/icuSources/test/intltest/pptest.cpp diff --git a/icuSources/test/intltest/pptest.cpp b/icuSources/test/intltest/pptest.cpp index 75bc0944..0f619d0e 100644 --- a/icuSources/test/intltest/pptest.cpp +++ b/icuSources/test/intltest/pptest.cpp @@ -182,7 +182,7 @@ void ParsePositionTest::TestFieldPosition_example() if (failure(status, "NumberFormat::createInstance", TRUE)){ delete nf; return; - }; + } DecimalFormat *fmt = dynamic_cast(nf); if(fmt == NULL) {