aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/testsuite_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/testsuite_allocator.h')
-rw-r--r--libstdc++-v3/testsuite/testsuite_allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/testsuite_allocator.h b/libstdc++-v3/testsuite/testsuite_allocator.h
index 675830eca97..866fe7cce18 100644
--- a/libstdc++-v3/testsuite/testsuite_allocator.h
+++ b/libstdc++-v3/testsuite/testsuite_allocator.h
@@ -38,7 +38,7 @@
#include <cstddef>
#include <limits>
-namespace __gnu_cxx_test
+namespace __gnu_test
{
class allocation_tracker
{
@@ -169,7 +169,7 @@ namespace __gnu_cxx_test
bool
operator!=(const tracker_alloc<T1>&, const tracker_alloc<T2>&) throw()
{ return false; }
-}; // namespace __gnu_cxx_test
+}; // namespace __gnu_test
#endif // _GLIBCXX_TESTSUITE_ALLOCATOR_H