diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 39869630..ba87ef1d 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -1154,6 +1154,8 @@ m_divisor is 1091269979 self.do_run(src, '3217489085') def test_i32_mul_semiprecise(self): + Settings.USE_MATH_IMUL = 0 # we want semiprecise here + src = r''' #include <stdio.h> |