aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc')
-rw-r--r--libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc
index 6fa664aa4d1..76eb05346b9 100644
--- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc
+++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc
@@ -1,4 +1,4 @@
-// { dg-require-namedlocale "en_HK" }
+// { dg-require-namedlocale "en_HK.ISO8859-1" }
// 2001-09-17 Benjamin Kosnik <bkoz@redhat.com>
@@ -37,7 +37,7 @@ void test03()
// basic construction and sanity check
locale loc_c = locale::classic();
- locale loc_hk = locale("en_HK");
+ locale loc_hk = locale(ISO_8859(1,en_HK));
VERIFY( loc_hk != loc_c );
// create an ostream-derived object, cache the time_put facet