aboutsummaryrefslogtreecommitdiff
path: root/test/Unit/clzti2_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/clzti2_test.c')
-rw-r--r--test/Unit/clzti2_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/clzti2_test.c b/test/Unit/clzti2_test.c
index 668c790b4d5a..d2ca1645dd1a 100644
--- a/test/Unit/clzti2_test.c
+++ b/test/Unit/clzti2_test.c
@@ -83,6 +83,8 @@ int main()
return 1;
if (test__clzti2(make_ti(0x8000000100000000LL, 0x8000000800000000LL), 0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}