diff options
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-x | auto_update_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py index 2e5a4a090..9d156472c 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -34,7 +34,7 @@ def update_asm_js_tests(): if asm.endswith('.asm.js'): for precise in [0, 1, 2]: for opts in [1, 0]: - cmd = ASM2WASM + [os.path.join('test', asm), '--enable-threads'] + cmd = ASM2WASM + [os.path.join('test', asm)] wasm = asm.replace('.asm.js', '.fromasm') if not precise: cmd += ['--trap-mode=allow', '--ignore-implicit-traps'] |