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_get / get / char / 1.cc
index 7bbfc88..f4e5481 100644 (file)
@@ -146,6 +146,6 @@ void test01()
 
 int main()
 {
-  test01();
+  __gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher(test01);
   return 0;
 }