From-SVN: r75210
This commit is contained in:
Mark Mitchell 2003-12-29 19:28:17 +00:00
parent 517da0ce8a
commit 5d1e475e2c
1 changed files with 0 additions and 1 deletions

View 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() );
}