about summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_wcstod.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/dat_wcstod.c')
-rw-r--r--localedata/tests-mbwc/dat_wcstod.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/localedata/tests-mbwc/dat_wcstod.c b/localedata/tests-mbwc/dat_wcstod.c
index f677603de6..5de59f0b5a 100644
--- a/localedata/tests-mbwc/dat_wcstod.c
+++ b/localedata/tests-mbwc/dat_wcstod.c
@@ -23,14 +23,14 @@ TST_WCSTOD tst_wcstod_loc [] = {
 	/*I*/
 	{{ 0x0030,0x0030,0x0030,0x002C,0x0030,0x0030,0x0030,0x0030,0x0000 }},
 	/*E*/
-	{ 0,0,1,0.0,	       0.0,				  0x0000   }
+	{ 0,1,0.0,	       0.0,				  0x0000   }
       },
       {
 	/*02*/
 	/*I*/
 	{{ 0x0031,0x0032,0x0033,0x002C,0x0034,0x0035,0x0036,0x0040,0x0000 }},
 	/*E*/
-	{ 0,0,1,123.456,	       123.456,			   0x0040  }
+	{ 0,1,123.456,	       123.456,			   0x0040  }
       },
       { is_last: 1 }
     }
@@ -43,14 +43,14 @@ TST_WCSTOD tst_wcstod_loc [] = {
 	/*I*/
 	{{ 0x0030,0x0030,0x0030,0x002E,0x0030,0x0030,0x0030,0x0030,0x0000 }},
 	/*E*/
-	{ 0,0,1,0.0,	       0.0,				  0x0000   }
+	{ 0,1,0.0,	       0.0,				  0x0000   }
       },
       {
 	/*02*/
 	/*I*/
 	{{ 0x0031,0x0032,0x0033,0x002E,0x0034,0x0035,0x0036,0x0040,0x0000 }},
 	/*E*/
-	{ 0,0,1,123.456,	       123.456,			   0x0040  }
+	{ 0,1,123.456,	       123.456,			   0x0040  }
       },
       { is_last: 1 }
     }
@@ -63,7 +63,7 @@ TST_WCSTOD tst_wcstod_loc [] = {
 	/*I*/
 	{{ 0x0031,0x0032,0x0033,0x002E,0x0034,0x0035,0x0036,0x0040,0x0000 }},
 	/*E*/
-	{ 0,0,1,123.456,	       123.456,			   0x0040  }
+	{ 0,1,123.456,	       123.456,			   0x0040  }
       },
       { is_last: 1 }
     }