Commit 86b4d211 by Peter Schmid Committed by Benjamin Kosnik

istream_sentry.cc (test02): Fix.


2001-01-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

	* testsuite/27_io/istream_sentry.cc (test02): Fix.

From-SVN: r39089
parent ed8cc5fd
2001-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* testsuite/27_io/istream_sentry.cc (test02): Fix.
2001-01-16 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/1605
......
......@@ -73,6 +73,8 @@ test02()
while(in >> x)
{
++i;
if (i > 3)
break;
}
VERIFY( i == 3 );
}
......
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