diff options
Diffstat (limited to 'compiler-rt/test/Unit/multc3_test.c')
-rw-r--r-- | compiler-rt/test/Unit/multc3_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/test/Unit/multc3_test.c b/compiler-rt/test/Unit/multc3_test.c index 40505f217f7..f8c66c0e426 100644 --- a/compiler-rt/test/Unit/multc3_test.c +++ b/compiler-rt/test/Unit/multc3_test.c @@ -367,7 +367,8 @@ int main() return 1; } } - +#else + printf("skipped\n"); #endif return 0; } |