OSDN Git Service

* config/locale/generic/c_locale.cc (locale::facet::_S_create_c_locale):
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / time_get / get_date / char / 2.cc
index 434695c..274a231 100644 (file)
@@ -103,6 +103,6 @@ void test02()
 
 int main()
 {
-  test02();
+  __gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher(test02);
   return 0;
 }