]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc
*: Change __gnu_cxx_test to __gnu_test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / always_noconv / wchar_t / 3.cc
index ad45e6214342fac151c18c96d4f3f6377ccc308a..9e98f53f88b265d518867969cccfcb508f4f02c8 100644 (file)
@@ -33,7 +33,7 @@ void test03()
   bool test = true;
   typedef codecvt<wchar_t, char, mbstate_t>    w_codecvt;
 
-  locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-15");
+  locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-15");
   locale::global(loc);
   const w_codecvt*     cvt = &use_facet<w_codecvt>(loc);