summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/testsuite/testsuite_allocator.h
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-24 21:08:03 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-24 21:08:03 +0000
commit56dcf3ccc3624a63e3e38fa393d5c80a499e37b5 (patch)
tree1e8a2741e658100f5e110f744aa6da1a2ebcd359 /libstdc++-v3/testsuite/testsuite_allocator.h
parent19bf118afd392e4619258db40f91c022dfcdfe95 (diff)
downloadppe42-gcc-56dcf3ccc3624a63e3e38fa393d5c80a499e37b5.tar.gz
ppe42-gcc-56dcf3ccc3624a63e3e38fa393d5c80a499e37b5.zip
2003-07-24 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/*: Change __gnu_cxx_test to __gnu_test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69761 138bc75d-0d04-0410-961f-82ee72b054a4
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
OpenPOWER on IntegriCloud