diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-12-29 19:28:17 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-12-29 19:28:17 +0000 |
commit | 5d1e475e2c5b8bebc23e3883ed2f307f7af1911a (patch) | |
tree | 603923eb84e2bfb3f4281c6becbc9300d85dcd83 | |
parent | 517da0ce8a43b9d9cbc185232db7cf1121908f10 (diff) | |
download | gcc-5d1e475e2c5b8bebc23e3883ed2f307f7af1911a.zip gcc-5d1e475e2c5b8bebc23e3883ed2f307f7af1911a.tar.gz gcc-5d1e475e2c5b8bebc23e3883ed2f307f7af1911a.tar.bz2 |
Fix typo
From-SVN: r75210
-rw-r--r-- | libstdc++-v3/testsuite/27_io/objects/char/9.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/27_io/objects/char/9.cc b/libstdc++-v3/testsuite/27_io/objects/char/9.cc index cf0579f..374fce4 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/9.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/9.cc @@ -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() ); } |