diff options
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ for asm in tests: cmd = ASM2WASM + [os.path.join(options.binaryen_test, asm)] wasm = asm.replace('.asm.js', '.fromasm') if not precise: - cmd += ['--imprecise'] + cmd += ['--imprecise', '--ignore-implicit-traps'] wasm += '.imprecise' if not opts: wasm += '.no-opts' |