diff options
Diffstat (limited to 'test/Unit/udivmodti4_test.c')
-rw-r--r-- | test/Unit/udivmodti4_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/udivmodti4_test.c b/test/Unit/udivmodti4_test.c index 620929ae061e..e0cae35ea7ae 100644 --- a/test/Unit/udivmodti4_test.c +++ b/test/Unit/udivmodti4_test.c @@ -65346,6 +65346,8 @@ int main() if (test__udivmodti4(tests[i][0], tests[i][1], tests[i][2], tests[i][3])) return 1; +#else + printf("skipped\n"); #endif return 0; } |