]> git.ipfire.org Git - thirdparty/gcc.git/commit
Adjust test to pass with latest glibc
authorJonathan Wakely <jwakely@redhat.com>
Mon, 15 Oct 2018 14:03:53 +0000 (15:03 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 15 Oct 2018 14:03:53 +0000 (15:03 +0100)
commita22584b16a3776a9f0d8b4db1a3397797ca2767d
treefda3ebed1f1af782afe3096babf6ad050fc0b342
parent2a4e082120ddc44c91937a29697efccc97c8dc7a
Adjust test to pass with latest glibc

Glibc changed the it_IT locales to use thousands separators,
invalidating this test. Use nl_NL instead, as Dutch only uses grouping
for money not numbers.

* testsuite/22_locale/numpunct/members/char/3.cc: Adjust test to
account for change to glibc it_IT localedata (glibc bz#10797).

From-SVN: r265168
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc