ICU-8193 Increase array size in cintltst's TestCEValidity.

X-SVN-Rev: 29099
This commit is contained in:
Michael Ow 2010-11-23 02:00:16 +00:00
parent c07690facb
commit 74caa5d001

View File

@ -1695,7 +1695,7 @@ static void TestCEValidity()
const char *loc;
FileStream *file = NULL;
char line[2048];
UChar codepoints[10];
UChar codepoints[11];
int count = 0;
int maxCount = 0;
UChar contextCPs[3];