diff options
Diffstat (limited to 'compiler-rt/test/Unit/gesf2vfp_test.c')
-rw-r--r-- | compiler-rt/test/Unit/gesf2vfp_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/Unit/gesf2vfp_test.c b/compiler-rt/test/Unit/gesf2vfp_test.c index 9f1c7568c0a..aa53eb73997 100644 --- a/compiler-rt/test/Unit/gesf2vfp_test.c +++ b/compiler-rt/test/Unit/gesf2vfp_test.c @@ -46,6 +46,8 @@ int main() return 1; if (test__gesf2vfp(1.0, HUGE_VALF)) return 1; +#else + printf("skipped\n"); #endif return 0; } |