Commit 5d1e475e by Mark Mitchell

Fix typo

From-SVN: r75210
parent 517da0ce
......@@ -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() );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment