summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/testsuite/27_io/basic_fstream/2.cc
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/27_io/basic_fstream/2.cc
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/27_io/basic_fstream/2.cc')
-rw-r--r--libstdc++-v3/testsuite/27_io/basic_fstream/2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/27_io/basic_fstream/2.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/2.cc
index 3faf03f4dcf..861a6044f9e 100644
--- a/libstdc++-v3/testsuite/27_io/basic_fstream/2.cc
+++ b/libstdc++-v3/testsuite/27_io/basic_fstream/2.cc
@@ -38,7 +38,7 @@
namespace test
{
using namespace std;
- using __gnu_cxx_test::pod_char;
+ using __gnu_test::pod_char;
typedef short type_t;
template class basic_fstream<type_t, char_traits<type_t> >;
template class basic_fstream<pod_char, char_traits<pod_char> >;
OpenPOWER on IntegriCloud