]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/2.cc
Reshuffle 27_io testsuite.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_ostream / tellp / char / 2.cc
similarity index 93%
rename from libstdc++-v3/testsuite/27_io/ostream_unformatted.cc
rename to libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/2.cc
index a55ac3ca45b691e5303688de03a298fe8f28406e..e278daec21af1ecea7c867d4305cda0a1a7d6adf 100644 (file)
@@ -1,6 +1,6 @@
 // 2000-03-23 bkoz
 
-// Copyright (C) 2000 Free Software Foundation
+// Copyright (C) 2000, 2003 Free Software Foundation
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -22,7 +22,6 @@
 #include <ostream>
 #include <testsuite_hooks.h>
 
-
 void test01()
 {
   using namespace std;
@@ -41,10 +40,6 @@ void test01()
   ost << "ghost dog: way of the samurai";
   pos1 = ost.tellp();
   VERIFY( pos1 == pos_type(33) );
-
-#ifdef DEBUG_ASSERT
-  assert(test);
-#endif
 }                                    
 
 int main()