| Index: source/test/intltest/itutil.cpp
|
| diff --git a/source/test/intltest/itutil.cpp b/source/test/intltest/itutil.cpp
|
| index 49655fa67300f8fe1004aabfe6551b460bedb568..4c4f6043b1ad35d7471fc88cb8881b3022ca65d0 100644
|
| --- a/source/test/intltest/itutil.cpp
|
| +++ b/source/test/intltest/itutil.cpp
|
| @@ -124,6 +124,7 @@ void IntlTestUtilities::runIndexedTest( int32_t index, UBool exec, const char* &
|
| LocalPointer<IntlTest> test(createQuantityFormatterTest());
|
| callTest(*test, par);
|
| }
|
| + break;
|
| case 23:
|
| name = "PluralMapTest";
|
| if (exec) {
|
|
|