diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_strcoll.c')
-rw-r--r-- | localedata/tests-mbwc/dat_strcoll.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/localedata/tests-mbwc/dat_strcoll.c b/localedata/tests-mbwc/dat_strcoll.c index 168425c..b729ae9 100644 --- a/localedata/tests-mbwc/dat_strcoll.c +++ b/localedata/tests-mbwc/dat_strcoll.c @@ -72,22 +72,14 @@ TST_STRCOLL tst_strcoll_loc [] = { { /* <WAIVER> */ /*input.*/ { "B", "a" }, /* #4 */ -#ifdef SHOJI_IS_RIGHT - /*expect*/ { 0,0,-1, }, -#else /* XXX We are not testing the C locale. */ /*expect*/ { 0,0,+1, }, -#endif }, { /* <WAIVER> */ /*input.*/ { "a", "B" }, /* #5 */ -#ifdef SHOJI_IS_RIGHT - /*expect*/ { 0,0,+1, }, -#else /* XXX We are not testing the C locale. */ /*expect*/ { 0,0,-1, }, -#endif }, { /*input.*/ { "b", "A" }, /* #6 */ /*expect*/ { 0,0,+1, }, |