]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc
*: Change __gnu_cxx_test to __gnu_test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / objects / wchar_t / 10.cc
index f0a7868ba4f43bd582e2d078ccedcbf310f76dd9..10c9b02414f2d1a3d5138c540abd72ce4d65decd 100644 (file)
@@ -30,7 +30,7 @@ void test10()
   bool test = true;
   const char* name = "tmp_10";
 
-  locale loc(__gnu_cxx_test::try_named_locale("se_NO.UTF-8"));
+  locale loc(__gnu_test::try_named_locale("se_NO.UTF-8"));
   locale::global(loc);
   wcin.imbue(loc);
   wcout.imbue(loc);