From 77b3743f58f59acdb5e40c6e4eea87a4bafc96d3 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 20 Nov 2019 18:09:06 -0800 Subject: Fix syntax errors from #2457 (#2460) --- scripts/test/wasm2js.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/test/wasm2js.py b/scripts/test/wasm2js.py index f5bbb4199..53a890f2c 100755 --- a/scripts/test/wasm2js.py +++ b/scripts/test/wasm2js.py @@ -129,7 +129,7 @@ def update_wasm2js_tests(): continue asm = os.path.basename(wasm).replace('.wast', '.2asm.js') - expected_file = os.path.join(get_test_dir('wasm2js', asm)) + expected_file = os.path.join(get_test_dir('wasm2js'), asm) if opt: expected_file += '.opt' -- cgit v1.2.3