diff options
author | Paolo Carlini <pcarlini@unitus.it> | 2002-01-23 02:12:10 +0100 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2002-01-23 01:12:10 +0000 |
commit | b4ae79f74564b959fb6a8bdc362b23dce5059e16 (patch) | |
tree | 0800fcc73c61bd3c29965102086e4d5872c95403 /libstdc++-v3 | |
parent | 129bd0c40e2302710a5c820f9fb45c2cd90cf385 (diff) | |
download | gcc-b4ae79f74564b959fb6a8bdc362b23dce5059e16.zip gcc-b4ae79f74564b959fb6a8bdc362b23dce5059e16.tar.gz gcc-b4ae79f74564b959fb6a8bdc362b23dce5059e16.tar.bz2 |
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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc | 1 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/ostream_inserter_arith.cc | 1 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc | 2 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc | 1 |
5 files changed, 11 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d039be9..a8046cb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc b/libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc index 7428b3a..013a015 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 580730b..dd443d9 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 c8a4a73..5c000d9 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 806c500..2d03034 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; } |