Commit c5dd98f3 by Paolo Carlini Committed by Paolo Carlini

9507.cc: Adjust timings.

2004-02-06  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/27_io/basic_filebuf/open/char/9507.cc:
	Adjust timings.

From-SVN: r77392
parent 725c60f8
2004-02-06 Paolo Carlini <pcarlini@suse.de>
* testsuite/27_io/basic_filebuf/open/char/9507.cc:
Adjust timings.
2004-02-05 Loren J. Rittle <ljrittle@acm.org>
* scripts/check_performance: Support PCH.
......
......@@ -48,11 +48,13 @@ void test_06()
std::filebuf fbuf;
fbuf.open(name, std::ios_base::in);
fbuf.sgetc();
sleep(2);
fbuf.close();
exit(0);
}
std::filebuf fbuf;
sleep(1);
std::filebuf* r = fbuf.open(name,
std::ios_base::in
| std::ios_base::out
......
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