diff options
| author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-29 19:28:17 +0000 | 
|---|---|---|
| committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-29 19:28:17 +0000 | 
| commit | 8598635135f1b3ef29f6ec13c86219de1d577505 (patch) | |
| tree | 603923eb84e2bfb3f4281c6becbc9300d85dcd83 | |
| parent | 90d5bb4221b3125e301e72f97784c6c5b20e7121 (diff) | |
| download | ppe42-gcc-8598635135f1b3ef29f6ec13c86219de1d577505.tar.gz ppe42-gcc-8598635135f1b3ef29f6ec13c86219de1d577505.zip  | |
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75210 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 cf0579f071c..374fce4eeb9 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() );  }  | 

