diff options
Diffstat (limited to 'test/Unit/fixunstfdi_test.c')
| -rw-r--r-- | test/Unit/fixunstfdi_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/fixunstfdi_test.c b/test/Unit/fixunstfdi_test.c index a7cc9be2fcfc..d0a5db7a9c97 100644 --- a/test/Unit/fixunstfdi_test.c +++ b/test/Unit/fixunstfdi_test.c @@ -114,6 +114,8 @@ int main() if (test__fixunstfdi(-0x1.FFFFFFFFFFFFFFF8p+62L, 0)) return 1; +#else + printf("skipped\n"); #endif return 0; } |
