ICU-8193 Increase array size in cintltst's TestCEValidity.
X-SVN-Rev: 29099
This commit is contained in:
parent
c07690facb
commit
74caa5d001
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user