From: Kenneth Zadeck Date: Wed, 3 Oct 2007 01:31:47 +0000 (+0000) Subject: revert accidential change in revision 128957. X-Git-Tag: releases/gcc-4.3.0~2248 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed1345e8a3de21e34a23231c6896d96c94163ad5;p=thirdparty%2Fgcc.git revert accidential change in revision 128957. From-SVN: r128976 --- diff --git a/libstdc++-v3/testsuite/tr1/6_containers/hash/operators/size_t.cc b/libstdc++-v3/testsuite/tr1/6_containers/hash/operators/size_t.cc index 3669a957bc7d..067a9f51da0c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/hash/operators/size_t.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/hash/operators/size_t.cc @@ -46,25 +46,25 @@ template void test01() { - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); - // do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); + do_test(); do_test(); #ifdef _GLIBCXX_USE_WCHAR_T - // do_test(); - // do_test(); + do_test(); + do_test(); #endif }