OSDN Git Service

* config/locale/generic/c_locale.cc (locale::facet::_S_create_c_locale):
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / money_put / put / char / 1.cc
index cbc7889..d34d3fb 100644 (file)
@@ -124,6 +124,6 @@ void test01()
 
 int main()
 {
-  test01();
+  __gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher(test01);
   return 0;
 }