aboutsummaryrefslogtreecommitdiff
path: root/test/Unit/modti3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/modti3_test.c')
-rw-r--r--test/Unit/modti3_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/modti3_test.c b/test/Unit/modti3_test.c
index 3be071495ad0..bd05c7237d2e 100644
--- a/test/Unit/modti3_test.c
+++ b/test/Unit/modti3_test.c
@@ -88,6 +88,8 @@ int main()
if (test__modti3(make_ti(0x8000000000000000LL, 0), -3, -2))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}