]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc
*: Change __gnu_cxx_test to __gnu_test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / numpunct_byname / 1.cc
index 96a9691ac6d60fef38b312650a0efd10a94a8c69..a3fcaf268f43a2a6bb30b654796efe7addfe51b0 100644 (file)
@@ -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"));