diff options
Diffstat (limited to 'compiler-rt/test/Unit/modti3_test.c')
-rw-r--r-- | compiler-rt/test/Unit/modti3_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/Unit/modti3_test.c b/compiler-rt/test/Unit/modti3_test.c index 3be071495ad..bd05c7237d2 100644 --- a/compiler-rt/test/Unit/modti3_test.c +++ b/compiler-rt/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; } |