diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_wcscoll.c')
-rw-r--r-- | localedata/tests-mbwc/dat_wcscoll.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/dat_wcscoll.c b/localedata/tests-mbwc/dat_wcscoll.c index a9ef9abc9e..cfc3f85c90 100644 --- a/localedata/tests-mbwc/dat_wcscoll.c +++ b/localedata/tests-mbwc/dat_wcscoll.c @@ -83,7 +83,7 @@ TST_WCSCOLL tst_wcscoll_loc [] = { { 0x00E1,0x0092,0x00E9,0x0000 }, }, /* #10 */ /*expect*/ { 0,0,0, -1, }, }, - { is_last: 1 } + { .is_last = 1 } } }, { { Twcscoll, TST_LOC_enUS }, @@ -154,7 +154,7 @@ TST_WCSCOLL tst_wcscoll_loc [] = { /*expect*/ { 0,0,0, 0, }, }, #endif - { is_last: 1 } + { .is_last = 1 } } }, { { Twcscoll, TST_LOC_eucJP }, @@ -199,7 +199,7 @@ TST_WCSCOLL tst_wcscoll_loc [] = { { 0x30FF,0x3092,0x3049,0x0000 }, }, /* #10 */ /*expect*/ { 0,0,0, +1, }, }, - { is_last: 1 } + { .is_last = 1 } } }, { { Twcscoll, TST_LOC_end } } |