aboutsummaryrefslogtreecommitdiff
path: root/test/Unit/floattidf_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/floattidf_test.c')
-rw-r--r--test/Unit/floattidf_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/floattidf_test.c b/test/Unit/floattidf_test.c
index 4fcf272d8285..cfe40849960d 100644
--- a/test/Unit/floattidf_test.c
+++ b/test/Unit/floattidf_test.c
@@ -173,6 +173,8 @@ int main()
return 1;
if (test__floattidf(make_ti(0x023479FD0E092DE0LL, 14), 0x1.1A3CFE870496Fp+121))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}