]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/7.cc
*: Change __gnu_cxx_test to __gnu_test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / length / wchar_t / 7.cc
index 485bfe0278c16a6a1bc8bb4d0948da39fc4d96ac..7d8ff4a1d80206ef84523a7cc103a9789c514f30 100644 (file)
@@ -52,7 +52,7 @@ void test07()
   const ext_type*       efrom_next;
   int                  size = strlen(e_lit);
 
-  locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8");
+  locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
   locale::global(loc);
   const w_codecvt*     cvt = &use_facet<w_codecvt>(loc);