OSDN Git Service

* config/locale/generic/c_locale.cc (locale::facet::_S_create_c_locale):
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / num_put / put / char / 5.cc
index 0af3d3c..eb0bd21 100644 (file)
@@ -63,7 +63,7 @@ void test05()
 
 int main()
 {
-  test05();
+  __gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher(test05);
   return 0;
 }