* testsuite/27_io/ios_manip_basefield.cc: Enable test02.
* testsuite/27_io/ostream_inserter_arith.cc: Enable test03.
* testsuite/27_io/ostream_inserter_char.cc: Enable test01.
* testsuite/27_io/ostream_inserter_other.cc: Enable test04.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49116
138bc75d-0d04-0410-961f-
82ee72b054a4
+2002-01-22 Paolo Carlini <pcarlini@unitus.it>
+
+ * testsuite/27_io/ios_manip_basefield.cc: Enable test02.
+ * testsuite/27_io/ostream_inserter_arith.cc: Enable test03.
+ * testsuite/27_io/ostream_inserter_char.cc: Enable test01.
+ * testsuite/27_io/ostream_inserter_other.cc: Enable test04.
+
2002-01-22 Benjamin Kosnik <bkoz@redhat.com>
Audit for LANG independence.
int
main() {
test01();
+ test02();
return 0;
}
{
test01();
test02();
+ test03();
test04();
#ifdef TEST_NUMPUT_VERBOSE
cout << "Test passed!" << endl;
int main()
{
-
+ test01();
test02();
test03();
test04();
test01();
test02();
test03();
+ test04();
return 0;
}