From: Paolo Carlini Date: Sat, 2 Feb 2002 13:13:00 +0000 (+0100) Subject: ostream_manip.cc: Enable test02. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=866c9e660e77bfdc81f98e8114cbd51204022cc1;p=gcc.git ostream_manip.cc: Enable test02. 2002-02-01 Paolo Carlini * testsuite/27_io/ostream_manip.cc: Enable test02. From-SVN: r49440 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 96bf790ca6a..3ec45c1d3e8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-02-01 Paolo Carlini + + * testsuite/27_io/ostream_manip.cc: Enable test02. + 2002-02-01 Phil Edwards * docs/html/documentation.html: Update for 3.0.96. diff --git a/libstdc++-v3/testsuite/27_io/ostream_manip.cc b/libstdc++-v3/testsuite/27_io/ostream_manip.cc index ee75cad964b..d0837f5ac47 100644 --- a/libstdc++-v3/testsuite/27_io/ostream_manip.cc +++ b/libstdc++-v3/testsuite/27_io/ostream_manip.cc @@ -121,5 +121,6 @@ bool test02() int main() { test01(); + test02(); return 0; }