summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/Unit/negvti2_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/Unit/negvti2_test.c')
-rw-r--r--compiler-rt/test/Unit/negvti2_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/Unit/negvti2_test.c b/compiler-rt/test/Unit/negvti2_test.c
index 1dc904e10ab..772840989ad 100644
--- a/compiler-rt/test/Unit/negvti2_test.c
+++ b/compiler-rt/test/Unit/negvti2_test.c
@@ -102,6 +102,8 @@ int main()
if (test__negvti2(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
OpenPOWER on IntegriCloud