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; }