From: Paolo Carlini Date: Wed, 23 Jan 2002 01:12:10 +0000 (+0100) Subject: ios_manip_basefield.cc: Enable test02. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4ae79f74564b959fb6a8bdc362b23dce5059e16;p=gcc.git ios_manip_basefield.cc: Enable test02. 2002-01-22 Paolo Carlini * 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d039be95c08..a8046cb22d2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2002-01-22 Paolo Carlini + + * 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 Audit for LANG independence. diff --git a/libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc b/libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc index 7428b3a575c..013a0153c72 100644 --- a/libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc +++ b/libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc @@ -103,6 +103,7 @@ test02() int main() { test01(); + test02(); return 0; } diff --git a/libstdc++-v3/testsuite/27_io/ostream_inserter_arith.cc b/libstdc++-v3/testsuite/27_io/ostream_inserter_arith.cc index 580730b42cd..dd443d99bd8 100644 --- a/libstdc++-v3/testsuite/27_io/ostream_inserter_arith.cc +++ b/libstdc++-v3/testsuite/27_io/ostream_inserter_arith.cc @@ -351,6 +351,7 @@ main() { test01(); test02(); + test03(); test04(); #ifdef TEST_NUMPUT_VERBOSE cout << "Test passed!" << endl; diff --git a/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc b/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc index c8a4a73d4f7..5c000d950c2 100644 --- a/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc +++ b/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc @@ -258,7 +258,7 @@ void test06() int main() { - + test01(); test02(); test03(); test04(); diff --git a/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc b/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc index 806c500bff1..2d030348ff3 100644 --- a/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc +++ b/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc @@ -155,6 +155,7 @@ main() test01(); test02(); test03(); + test04(); return 0; }