diff options
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test/wasm2js.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |