X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2F22_locale%2Ftime_get%2Fdate_order%2Fchar%2F1.cc;h=46958a21da39b561d0949ae05ed900436532d2d3;hp=5b3a3236eeff79f8d5897c1ac8af05f2017009a1;hb=acfd087ddb6785af6f01defda9bfcea2b4381695;hpb=d224894434122edb0c9de1b7f79ee8e633d515d6 diff --git a/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/1.cc index 5b3a3236eef..46958a21da3 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/1.cc @@ -64,6 +64,6 @@ void test01() int main() { - test01(); + __gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher(test01); return 0; }