From 866c9e660e77bfdc81f98e8114cbd51204022cc1 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 2 Feb 2002 14:13:00 +0100 Subject: [PATCH] ostream_manip.cc: Enable test02. 2002-02-01 Paolo Carlini * testsuite/27_io/ostream_manip.cc: Enable test02. From-SVN: r49440 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/27_io/ostream_manip.cc | 1 + 2 files changed, 5 insertions(+) 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; } -- 2.30.2