diff options
author | Paolo Carlini <pcarlini@unitus.it> | 2002-02-02 14:13:00 +0100 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2002-02-02 13:13:00 +0000 |
commit | 866c9e660e77bfdc81f98e8114cbd51204022cc1 (patch) | |
tree | 09b38997153e34f3b810513aba61213ebae99c40 | |
parent | 9bc02796d614d2eb41894d3ee92577af092a6972 (diff) | |
download | gcc-866c9e660e77bfdc81f98e8114cbd51204022cc1.zip gcc-866c9e660e77bfdc81f98e8114cbd51204022cc1.tar.gz gcc-866c9e660e77bfdc81f98e8114cbd51204022cc1.tar.bz2 |
ostream_manip.cc: Enable test02.
2002-02-01 Paolo Carlini <pcarlini@unitus.it>
* testsuite/27_io/ostream_manip.cc: Enable test02.
From-SVN: r49440
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/ostream_manip.cc | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 96bf790..3ec45c1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/testsuite/27_io/ostream_manip.cc b/libstdc++-v3/testsuite/27_io/ostream_manip.cc index ee75cad..d0837f5 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; } |