aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc')
-rw-r--r--libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc b/libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc
index 96a9691ac6d..a3fcaf268f4 100644
--- a/libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc
+++ b/libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc
@@ -30,7 +30,7 @@ void test01()
bool test = true;
string str;
- locale loc_de = __gnu_cxx_test::try_named_locale("de_DE");
+ locale loc_de = __gnu_test::try_named_locale("de_DE");
str = loc_de.name();
locale loc_byname(locale::classic(), new numpunct_byname<char>("de_DE"));