diff options
Diffstat (limited to 'libstdc++-v3/testsuite/demangle/abi_examples/22.cc')
| -rw-r--r-- | libstdc++-v3/testsuite/demangle/abi_examples/22.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/demangle/abi_examples/22.cc b/libstdc++-v3/testsuite/demangle/abi_examples/22.cc index debeb790fd2..ad186115596 100644 --- a/libstdc++-v3/testsuite/demangle/abi_examples/22.cc +++ b/libstdc++-v3/testsuite/demangle/abi_examples/22.cc @@ -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("_Z4makeI7FactoryiET_IT0_Ev", "Factory<int> make<Factory, int>()"); |

