diff options
Diffstat (limited to 'stdlib/tst-strfmon_l.c')
-rw-r--r-- | stdlib/tst-strfmon_l.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c index dff186f97a..1d8c842925 100644 --- a/stdlib/tst-strfmon_l.c +++ b/stdlib/tst-strfmon_l.c @@ -193,8 +193,8 @@ static const struct locale_pair tests[] = "1234567,89EUR", "1234567,89\u20ac" }, { - "-EUR1.234.567,89", "-\u20ac1.234.567,89", - "-EUR1234567,89", "-\u20ac1234567,89", + "-1.234.567,89EUR", "-1.234.567,89\u20ac", + "-1234567,89EUR", "-1234567,89\u20ac", } } }, |