Adjust test to pass with latest glibc
authorJonathan Wakely <jwakely@redhat.com>
Mon, 15 Oct 2018 13:55:42 +0000 (14:55 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 15 Oct 2018 13:55:42 +0000 (14:55 +0100)
commitb219eb03783414d79349b6e21acc53b77d9cc5b2
tree175db1c939158d556428509cba6a8a5580b36b1a
parentf9bd185f189b26627959671bc65dc44d2e769e3e
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: r265165
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc