]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/locale/cons/7.cc
*: Change __gnu_cxx_test to __gnu_test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / locale / cons / 7.cc
index ced0f59f6be90eabfe9db57dafdf182189cdbce5..ffcd3ab943a55b900498b89dc0ccd5e193d7d11e 100644 (file)
@@ -35,7 +35,7 @@ test02()
 
   // construct a locale object with the specialized facet.
   locale               loc_c = locale::classic();
-  locale               loc_fr = __gnu_cxx_test::try_named_locale("fr_FR");
+  locale               loc_fr = __gnu_test::try_named_locale("fr_FR");
   locale               loc_1(locale::classic(), 
                              new numpunct_byname<char>("fr_FR"));