ostream_manip.cc: Enable test02.
authorPaolo Carlini <pcarlini@unitus.it>
Sat, 2 Feb 2002 13:13:00 +0000 (14:13 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 2 Feb 2002 13:13:00 +0000 (13:13 +0000)
2002-02-01  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/27_io/ostream_manip.cc: Enable test02.

From-SVN: r49440

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

index 96bf790ca6a386560e6c73e9f4da078ab108dc56..3ec45c1d3e8ac27bc87c36500a438c221c3195ec 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 ee75cad964bb87b3b97e1d2cd804fa380525b4dd..d0837f5ac47bffbdcc4e3db1227dad600005d5c2 100644 (file)
@@ -121,5 +121,6 @@ bool test02()
 int main()
 { 
   test01();
+  test02();
   return 0;
 }