2002-02-01 Paolo Carlini <pcarlini@unitus.it>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Feb 2002 13:13:00 +0000 (13:13 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Feb 2002 13:13:00 +0000 (13:13 +0000)
* testsuite/27_io/ostream_manip.cc: Enable test02.

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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/ostream_manip.cc

index 96bf790..3ec45c1 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-01  Paolo Carlini  <pcarlini@unitus.it>
+
+       * testsuite/27_io/ostream_manip.cc: Enable test02.
+
 2002-02-01  Phil Edwards  <pme@gcc.gnu.org>
 
        * docs/html/documentation.html:  Update for 3.0.96.
index ee75cad..d0837f5 100644 (file)
@@ -121,5 +121,6 @@ bool test02()
 int main()
 { 
   test01();
+  test02();
   return 0;
 }