]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/uts46test.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / uts46test.cpp
index 1a9bd6b5a7a9dd00591d0352187fdc898ea25505..e11fdf2bc7a2cfb366c5c2906a5e16f5651b41a6 100644 (file)
@@ -935,7 +935,7 @@ void UTS46Test::checkIdnaTestResult(const char *line, const char *type,
         if (*status != u'[') {
             errln("%s  status field does not start with '[': %s\n    %s", type, status, line);
         }
-        if (strcmp(status, u8"[]") != 0) {
+        if (strcmp(status, reinterpret_cast<const char*>(u8"[]")) != 0) {
             expectedHasErrors = TRUE;
         }
     }