summaryrefslogtreecommitdiff
path: root/test/Unit/ctzti2_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/ctzti2_test.c')
-rw-r--r--test/Unit/ctzti2_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/ctzti2_test.c b/test/Unit/ctzti2_test.c
index 485a88d70..c4934bd25 100644
--- a/test/Unit/ctzti2_test.c
+++ b/test/Unit/ctzti2_test.c
@@ -76,6 +76,8 @@ int main()
return 1;
if (test__ctzti2(make_ti(0x8000000000000000LL, 0x0000000000000000LL), 127))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;