Fix typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 29 Dec 2003 19:28:17 +0000 (19:28 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 29 Dec 2003 19:28:17 +0000 (19:28 +0000)
From-SVN: r75210

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

index cf0579f071cf424445b0089c4f98e1052c71d495..374fce4eeb995fcdbd0e8879711f612a20481cef 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() );
 }