ICU-5426 Reduce the size of intltest

X-SVN-Rev: 20422
This commit is contained in:
George Rhoten 2006-09-28 08:36:49 +00:00
parent 3c329acc44
commit 0545ba7212

View File

@ -1627,7 +1627,7 @@ void CollationAPITest::TestBounds(void) {
uint8_t sortkey[512], lower[512], upper[512];
UChar buffer[512];
const char *test[] = {
static const char * const test[] = {
"John Smith",
"JOHN SMITH",
"john SMITH",
@ -1638,7 +1638,7 @@ void CollationAPITest::TestBounds(void) {
"John Smithsonian"
};
static struct teststruct tests[] = {
struct teststruct tests[] = {
{"\\u010CAKI MIHALJ", {0}},
{"\\u010CAKI MIHALJ", {0}},
{"\\u010CAKI PIRO\\u0160KA", {0}},