diff options
Diffstat (limited to 'compiler-rt/test/Unit/ashlti3_test.c')
-rw-r--r-- | compiler-rt/test/Unit/ashlti3_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/Unit/ashlti3_test.c b/compiler-rt/test/Unit/ashlti3_test.c index 4b6c6ca0164..b9f4dcc0a8c 100644 --- a/compiler-rt/test/Unit/ashlti3_test.c +++ b/compiler-rt/test/Unit/ashlti3_test.c @@ -168,6 +168,8 @@ int main() if (test__ashlti3(make_ti(0xFEDCBA9876543215LL, 0xFEDCBA9876543215LL), 127, make_ti(0x8000000000000000LL, 0x0000000000000000LL))) return 1; +#else + printf("skipped\n"); #endif return 0; } |