aboutsummaryrefslogtreecommitdiff
path: root/test/Unit/floatundixf_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/floatundixf_test.c')
-rw-r--r--test/Unit/floatundixf_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/floatundixf_test.c b/test/Unit/floatundixf_test.c
index 43ac85f7a805..1974fa01012a 100644
--- a/test/Unit/floatundixf_test.c
+++ b/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;
}