diff --git a/icu4c/source/test/letest/letest.cpp b/icu4c/source/test/letest/letest.cpp index 2bbd9ada66c..3d51d3331e1 100644 --- a/icu4c/source/test/letest/letest.cpp +++ b/icu4c/source/test/letest/letest.cpp @@ -46,13 +46,6 @@ U_NAMESPACE_USE U_CDECL_BEGIN -static void U_CALLCONV ScriptTest() -{ - if ((int)scriptCodeCount != (int)USCRIPT_CODE_LIMIT) { - log_err("ScriptCodes::scriptCodeCount = %d, but UScriptCode::USCRIPT_CODE_LIMIT = %d\n", scriptCodeCount, USCRIPT_CODE_LIMIT); - } -} - static void U_CALLCONV ParamTest() { LEErrorCode status = LE_NO_ERROR; @@ -968,7 +961,6 @@ U_CDECL_END static void addAllTests(TestNode **root) { - addTest(root, &ScriptTest, "api/ScriptTest"); addTest(root, &ParamTest, "api/ParameterTest"); addTest(root, &FactoryTest, "api/FactoryTest"); addTest(root, &AccessTest, "layout/AccessTest");