diff options
Diffstat (limited to 'compiler-rt/test/Unit/fixunsxfti_test.c')
-rw-r--r-- | compiler-rt/test/Unit/fixunsxfti_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/Unit/fixunsxfti_test.c b/compiler-rt/test/Unit/fixunsxfti_test.c index f1f6087009d..0e3c842bc02 100644 --- a/compiler-rt/test/Unit/fixunsxfti_test.c +++ b/compiler-rt/test/Unit/fixunsxfti_test.c @@ -134,6 +134,8 @@ int main() if (test__fixunsxfti(0x1.FFFFFFFFFFFFFFF8p+126L, make_ti(0x7FFFFFFFFFFFFFFELL, 0))) return 1; +#else + printf("skipped\n"); #endif return 0; } |