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