aboutsummaryrefslogtreecommitdiff
path: root/test/Unit/floatunssidfvfp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/floatunssidfvfp_test.c')
-rw-r--r--test/Unit/floatunssidfvfp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/floatunssidfvfp_test.c b/test/Unit/floatunssidfvfp_test.c
index fa174ef18add..4883af1cf5fa 100644
--- a/test/Unit/floatunssidfvfp_test.c
+++ b/test/Unit/floatunssidfvfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__floatunssidfvfp(0xFFFFFFFF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}