ostream_manip.cc: Enable test02.

2002-02-01  Paolo Carlini  <pcarlini@unitus.it>

	* testsuite/27_io/ostream_manip.cc: Enable test02.

From-SVN: r49440
This commit is contained in:
Paolo Carlini 2002-02-02 14:13:00 +01:00 committed by Paolo Carlini
parent 9bc02796d6
commit 866c9e660e
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -121,5 +121,6 @@ bool test02()
int main()
{
test01();
test02();
return 0;
}