OSDN Git Service

Fix typo
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Dec 2003 19:28:17 +0000 (19:28 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Dec 2003 19:28:17 +0000 (19:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75210 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/testsuite/27_io/objects/char/9.cc

index cf0579f..374fce4 100644 (file)
@@ -39,7 +39,6 @@ void test09()
 
   freopen(name, "r", stdin);
  
-  fprintf(stderr, "%d\n", std::cin.rdbuf()->in_avail());
   // The number of unread characters should be 4 (a, b, c, \\n)
   VERIFY( 4 == std::cin.rdbuf()->in_avail() );
 }