diff --git a/icu4c/source/test/intltest/strcase.cpp b/icu4c/source/test/intltest/strcase.cpp index 838c6a931ab..06665308ed6 100644 --- a/icu4c/source/test/intltest/strcase.cpp +++ b/icu4c/source/test/intltest/strcase.cpp @@ -719,7 +719,7 @@ StringCaseTest::TestLongUpper() { void StringCaseTest::TestMalformedUTF8() { // ticket #12639 - IcuTestErrorCode errorCode(*this, "TestTitleMalformedUTF8"); + IcuTestErrorCode errorCode(*this, "TestMalformedUTF8"); LocalUCaseMapPointer csm(ucasemap_open("en", U_TITLECASE_NO_BREAK_ADJUSTMENT, errorCode)); if (errorCode.isFailure()) { errln("ucasemap_open(English) failed - %s", errorCode.errorName());