2002-01-22 Paolo Carlini <pcarlini@unitus.it>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jan 2002 01:12:10 +0000 (01:12 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jan 2002 01:12:10 +0000 (01:12 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49116 138bc75d-0d04-0410-961f-82ee72b054a4

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 d039be9..a8046cb 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 580730b..dd443d9 100644 (file)
@@ -351,6 +351,7 @@ main()
 {
   test01();
   test02();
+  test03();
   test04();
 #ifdef TEST_NUMPUT_VERBOSE
   cout << "Test passed!" << endl;