diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-02 13:13:00 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-02 13:13:00 +0000 |
commit | b3fc7eebc3eaa3d337d80b7efc577cca0b24257c (patch) | |
tree | 09b38997153e34f3b810513aba61213ebae99c40 /libstdc++-v3 | |
parent | 6c5cdfb27bd8523673a4364aec73d083cba9b473 (diff) | |
download | gcc-b3fc7eebc3eaa3d337d80b7efc577cca0b24257c.tar.gz |
2002-02-01 Paolo Carlini <pcarlini@unitus.it>
* testsuite/27_io/ostream_manip.cc: Enable test02.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49440 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-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 96bf790ca6a..3ec45c1d3e8 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 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; } |