Adjust test to pass with latest glibc
commit16b9ec20987de960d53cd0ef69d6be8972af92c3
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Oct 2018 13:55:42 +0000 (15 13:55 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Oct 2018 13:55:42 +0000 (15 13:55 +0000)
tree175db1c939158d556428509cba6a8a5580b36b1a
parent168982a4b7dc609fe85a130710ffc3b8dc4e08d1
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).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265165 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc