]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc
*: Change __gnu_cxx_test to __gnu_test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_filebuf / overflow / wchar_t / 11305-4.cc
index b923a8a9e70693c1115e70ce443dc9cf5a02f9ef..1886f8e630f734b77f69832ba3d9daa07ae7131f 100644 (file)
@@ -28,7 +28,7 @@ void test04()
   bool test = true;
 
   wfilebuf fb;
-  locale loc(__gnu_cxx_test::try_named_locale("en_US.UTF-8"));
+  locale loc(__gnu_test::try_named_locale("en_US.UTF-8"));
   fb.pubimbue(loc);
   fb.open("tmp_11405-4", ios_base::out);
   wfilebuf::int_type n1 = fb.sputc(L'i');