]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/regcoll.cpp
ICU-400.38.tar.gz
[apple/icu.git] / icuSources / test / intltest / regcoll.cpp
index 130ef5fd117ff9b271b5cfd29f891f2dda05de75..c5b03b2a919085f8f73351d88edbebe244525b88 100644 (file)
@@ -359,7 +359,7 @@ void CollationRegressionTest::Test4060154(/* char* par */)
     compareArray(*c, secondary, ARRAY_LENGTH(secondary));
 
     delete c;
-};
+}
 
 // @bug 4062418
 //
@@ -812,6 +812,7 @@ void CollationRegressionTest::Test4124632(/* char* par */)
     {
         errln("Failed to create collator for Locale::JAPAN");
         delete coll;
+        return;
     }
 
     static const UChar test[] = {0x41, 0x0308, 0x62, 0x63, 0};
@@ -844,6 +845,7 @@ void CollationRegressionTest::Test4132736(/* char* par */)
     {
         errln("Failed to create a collator for Locale::getFrance()");
         delete c;
+        return;
     }
 
     static const UChar test1[][CollationRegressionTest::MAX_TOKEN_LEN] =