summaryrefslogtreecommitdiff
path: root/test/Unit/divti3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/divti3_test.c')
-rw-r--r--test/Unit/divti3_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/divti3_test.c b/test/Unit/divti3_test.c
index c9eceedd..7c8e2970 100644
--- a/test/Unit/divti3_test.c
+++ b/test/Unit/divti3_test.c
@@ -71,6 +71,8 @@ int main()
if (test__divti3(make_ti(0x8000000000000000LL, 0), 2, make_ti(0xC000000000000000LL, 0)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}