Commit b4ae79f7 by Paolo Carlini Committed by Paolo Carlini

ios_manip_basefield.cc: Enable test02.

2002-01-22  Paolo Carlini  <pcarlini@unitus.it>

	* testsuite/27_io/ios_manip_basefield.cc: Enable test02.
	* testsuite/27_io/ostream_inserter_arith.cc: Enable test03.
	* testsuite/27_io/ostream_inserter_char.cc: Enable test01.
	* testsuite/27_io/ostream_inserter_other.cc: Enable test04.

From-SVN: r49116
parent 129bd0c4
2002-01-22 Paolo Carlini <pcarlini@unitus.it>
* testsuite/27_io/ios_manip_basefield.cc: Enable test02.
* testsuite/27_io/ostream_inserter_arith.cc: Enable test03.
* testsuite/27_io/ostream_inserter_char.cc: Enable test01.
* testsuite/27_io/ostream_inserter_other.cc: Enable test04.
2002-01-22 Benjamin Kosnik <bkoz@redhat.com>
Audit for LANG independence.
......
......@@ -103,6 +103,7 @@ test02()
int
main() {
test01();
test02();
return 0;
}
......
......@@ -351,6 +351,7 @@ main()
{
test01();
test02();
test03();
test04();
#ifdef TEST_NUMPUT_VERBOSE
cout << "Test passed!" << endl;
......
......@@ -258,7 +258,7 @@ void test06()
int main()
{
test01();
test02();
test03();
test04();
......
......@@ -155,6 +155,7 @@ main()
test01();
test02();
test03();
test04();
return 0;
}
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