summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-xauto_update_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py
index b1f92e3f9..c085cf4b9 100755
--- a/auto_update_tests.py
+++ b/auto_update_tests.py
@@ -73,7 +73,7 @@ def update_asm_js_tests():
def update_wasm_opt_tests():
print('\n[ checking wasm-opt -o notation... ]\n')
- wast = os.path.join(shared.options.binaryen_test, 'hello_world.wast')
+ wast = os.path.join(shared.options.binaryen_test, 'hello_world.wat')
cmd = shared.WASM_OPT + [wast, '-o', 'a.wast', '-S']
support.run_command(cmd)
open(wast, 'w').write(open('a.wast').read())