From ac0cb3f95fb0290b7a605d20e66c397aa48b3351 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Wed, 27 Mar 2024 16:35:15 -0700 Subject: [PATCH] Correct UCONFIG_NO_MF2 check in intltest driver --- icu4c/source/test/intltest/itformat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/itformat.cpp b/icu4c/source/test/intltest/itformat.cpp index 4f8fdc7a1a06..aacd19aee2bb 100644 --- a/icu4c/source/test/intltest/itformat.cpp +++ b/icu4c/source/test/intltest/itformat.cpp @@ -288,7 +288,7 @@ void IntlTestFormat::runIndexedTest( int32_t index, UBool exec, const char* &nam callTest(*test, par); } break; -#ifndef UCONFIG_NO_MF2 +#if !UCONFIG_NO_MF2 TESTCLASS(60,TestMessageFormat2); #endif default: name = ""; break; //needed to end loop