]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/locale/cons/7222-env.cc
*: Change __gnu_cxx_test to __gnu_test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / locale / cons / 7222-env.cc
index 126db7da1fa71dcc7de664e8e099305f4c1ca798..8bd9c4ace2a986ca90133ad57d3a2478e09b5261 100644 (file)
@@ -30,8 +30,8 @@ void test02()
 {
   bool test = true;
 
-  std::locale loc_1 = __gnu_cxx_test::try_named_locale("");
-  std::locale loc_2 = __gnu_cxx_test::try_named_locale("");
+  std::locale loc_1 = __gnu_test::try_named_locale("");
+  std::locale loc_2 = __gnu_test::try_named_locale("");
   VERIFY( loc_1 == loc_2 );
 }