aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc')
-rw-r--r--libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc
index f39e854164e..d67570ab350 100644
--- a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc
+++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc
@@ -1,5 +1,5 @@
// { dg-options "-std=gnu++11" }
-// { dg-require-namedlocale "de_DE@euro" }
+// { dg-require-namedlocale "de_DE.ISO8859-15" }
// 2010-03-01 Paolo Carlini <paolo.carlini@oracle.com>
@@ -28,7 +28,7 @@ void test01()
{
bool test __attribute__((unused)) = true;
- std::locale loc_de = std::locale("de_DE@euro");
+ std::locale loc_de = std::locale(ISO_8859(15,de_DE));
std::wostringstream oss;
oss.imbue(loc_de);