]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/demangle/abi_examples/23.cc
*: Change __gnu_cxx_test to __gnu_test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / demangle / abi_examples / 23.cc
index 02f55a8cffcf89d702c375a0f23945a7983c1131..4e3961afd08d6828af045ccd879a4d5471406b10 100644 (file)
@@ -26,7 +26,7 @@
 // http://www.codesourcery.com/cxx-abi/abi-examples.html#mangling
 int main()
 {
-  using namespace __gnu_cxx_test;
+  using namespace __gnu_test;
 
   verify_demangle("_Z3foo5Hello5WorldS0_S_", 
                  "foo(Hello, World, World, Hello)");