summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9dd5b35..9d53ca3 100644
--- a/main.c
+++ b/main.c
@@ -48,7 +48,7 @@ static struct {
{ "limits", test_limits_h, 1 },
{ "locale", test_locale_h, 1 },
{ "math", test_math_h, 1 },
- { "setjmp", test_setjmp_h, 0 },
+ { "setjmp", test_setjmp_h, 1 },
{ "signal", test_signal_h, 1 },
{ "stdalign", test_stdalign_h, 1 },
{ "stdarg", test_stdarg_h, 1 },