ICU-1930 Fix for as/400. Use the proper enum.

X-SVN-Rev: 8943
This commit is contained in:
George Rhoten 2002-06-26 16:09:57 +00:00
parent 9ea53d52df
commit a9dadeaab8

View file

@ -3518,7 +3518,7 @@ Mark NON-IGNOREABLE: #1 > #2
const char *data[50];
const uint32_t len;
const UColAttribute att[2];
const UColAttribute value[2];
const UColAttributeValue value[2];
} tests[] = {
{
{ "a \\u0300b", "a b", "A \\u0300b", "A b", "a\\u0300b", "A\\u0300b"}, 5,