Skip to content

Commit

Permalink
Correct UCONFIG_NO_MF2 check in intltest driver
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Mar 27, 2024
1 parent d744f2c commit ac0cb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/test/intltest/itformat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac0cb3f

Please sign in to comment.