diff options
Diffstat (limited to 'compiler-rt/test/Unit/floatsisfvfp_test.c')
-rw-r--r-- | compiler-rt/test/Unit/floatsisfvfp_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/Unit/floatsisfvfp_test.c b/compiler-rt/test/Unit/floatsisfvfp_test.c index 00f4ac298d3..d20905bd91e 100644 --- a/compiler-rt/test/Unit/floatsisfvfp_test.c +++ b/compiler-rt/test/Unit/floatsisfvfp_test.c @@ -43,6 +43,8 @@ int main() return 1; if (test__floatsisfvfp(0x80000000)) return 1; +#else + printf("skipped\n"); #endif return 0; } |