diff options
Diffstat (limited to 'test/Unit/popcountti2_test.c')
-rw-r--r-- | test/Unit/popcountti2_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/popcountti2_test.c b/test/Unit/popcountti2_test.c index 53fee3b52a55..1b94a0c6aa51 100644 --- a/test/Unit/popcountti2_test.c +++ b/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; } |