summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc')
-rw-r--r--libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc
index 21f7bef0012..94da704f1d3 100644
--- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc
+++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc
@@ -84,7 +84,7 @@ void test05()
int main()
{
- test05();
+ __gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher(test05);
return 0;
}