diff options
Diffstat (limited to 'compiler-rt/test/Unit/floatundixf_test.c')
-rw-r--r-- | compiler-rt/test/Unit/floatundixf_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/Unit/floatundixf_test.c b/compiler-rt/test/Unit/floatundixf_test.c index 43ac85f7a80..1974fa01012 100644 --- a/compiler-rt/test/Unit/floatundixf_test.c +++ b/compiler-rt/test/Unit/floatundixf_test.c @@ -138,6 +138,8 @@ int main() if (test__floatundixf(0x023479FD0E092DE0ULL, 0x1.1A3CFE870496Fp+57)) return 1; +#else + printf("skipped\n"); #endif return 0; } |