ios_manip_basefield.cc: Enable test02.
authorPaolo Carlini <pcarlini@unitus.it>
Wed, 23 Jan 2002 01:12:10 +0000 (02:12 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 23 Jan 2002 01:12:10 +0000 (01:12 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc
libstdc++-v3/testsuite/27_io/ostream_inserter_arith.cc
libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc
libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc

index d039be95c0842d8a15a27a8e9670163156c7427b..a8046cb22d2c349c3b07f13ec6cbc728c4d360b1 100644 (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.
index 7428b3a575ca5be39a4cc18ba42460655427e8c6..013a0153c72c87d58cf0c4b6be31b2b7eeb3a4ac 100644 (file)
@@ -103,6 +103,7 @@ test02()
 int 
 main() {
   test01();
+  test02();
   return 0;
 }
 
index 580730b42cd94fdbc4a7975e3e8192104dda0cdd..dd443d99bd802029ffc5eb9fb855b5e56c94caa8 100644 (file)
@@ -351,6 +351,7 @@ main()
 {
   test01();
   test02();
+  test03();
   test04();
 #ifdef TEST_NUMPUT_VERBOSE
   cout << "Test passed!" << endl;
index c8a4a73d4f7e3cb13b74079e9f30ef4ac9351f66..5c000d950c29fbf63e7ecee6daf3e39c5674bcc2 100644 (file)
@@ -258,7 +258,7 @@ void test06()
 
 int main()
 {
-
+  test01();
   test02();
   test03();
   test04();
index 806c500bff1a8fbeb638789883304bfd5f3d6dd4..2d030348ff305dbff45bfd834053049c91028e29 100644 (file)
@@ -155,6 +155,7 @@ main()
   test01();
   test02();
   test03();
+  test04();
 
   return 0;
 }