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
This commit is contained in:
Paolo Carlini 2002-01-23 02:12:10 +01:00 committed by Paolo Carlini
parent 129bd0c40e
commit b4ae79f745
5 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,10 @@
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.

View File

@ -103,6 +103,7 @@ test02()
int
main() {
test01();
test02();
return 0;
}

View File

@ -351,6 +351,7 @@ main()
{
test01();
test02();
test03();
test04();
#ifdef TEST_NUMPUT_VERBOSE
cout << "Test passed!" << endl;

View File

@ -258,7 +258,7 @@ void test06()
int main()
{
test01();
test02();
test03();
test04();

View File

@ -155,6 +155,7 @@ main()
test01();
test02();
test03();
test04();
return 0;
}