aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc
index 6e49598..19b65d3 100644
--- a/libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc
+++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc
@@ -1,4 +1,4 @@
-// { dg-require-namedlocale "nl_NL.ISO8859-15" }
+// { dg-require-namedlocale "pt_PT.ISO8859-15" }
// 2001-01-24 Benjamin Kosnik <bkoz@redhat.com>
@@ -28,8 +28,8 @@ void test02()
{
using namespace std;
- // nl_NL chosen because it has no thousands separator (at this time).
- locale loc_it = locale(ISO_8859(15,nl_NL));
+ // pt_PT chosen because it has no thousands separator (at this time).
+ locale loc_it = locale(ISO_8859(15,pt_PT));
const numpunct<char>& nump_it = use_facet<numpunct<char> >(loc_it);