diff options
Diffstat (limited to 'compiler-rt/test/Unit/popcountti2_test.c')
-rw-r--r-- | compiler-rt/test/Unit/popcountti2_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/Unit/popcountti2_test.c b/compiler-rt/test/Unit/popcountti2_test.c index 53fee3b52a5..1b94a0c6aa5 100644 --- a/compiler-rt/test/Unit/popcountti2_test.c +++ b/compiler-rt/test/Unit/popcountti2_test.c @@ -75,6 +75,8 @@ int main() ((ti_int)rand() << 32) | rand())) return 1; +#else + printf("skipped\n"); #endif return 0; } |