about summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_strcoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/dat_strcoll.c')
-rw-r--r--localedata/tests-mbwc/dat_strcoll.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/localedata/tests-mbwc/dat_strcoll.c b/localedata/tests-mbwc/dat_strcoll.c
index 168425ce06..b729ae9e89 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,			      },