]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_istream/2.cc
*: Change __gnu_cxx_test to __gnu_test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_istream / 2.cc
index 40ec332923d13d2a0733ed745a50a5028a267a47..7676f6a094e76e928a295578b381c25a035429e4 100644 (file)
@@ -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_istream<type_t, char_traits<type_t> >;
   template class basic_istream<pod_char, char_traits<pod_char> >;