diff options
Diffstat (limited to 'compiler-rt/test/Unit/powixf2_test.c')
-rw-r--r-- | compiler-rt/test/Unit/powixf2_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/Unit/powixf2_test.c b/compiler-rt/test/Unit/powixf2_test.c index 67d2463ca83..201870b37f1 100644 --- a/compiler-rt/test/Unit/powixf2_test.c +++ b/compiler-rt/test/Unit/powixf2_test.c @@ -225,6 +225,8 @@ int main() if (test__powixf2(-2, -31, -1/2147483648.)) return 1; +#else + printf("skipped\n"); #endif return 0; } |