diff options
Diffstat (limited to 'scripts/test')
-rw-r--r-- | scripts/test/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index ef3cea261..3a9b5a26c 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -457,7 +457,7 @@ options.spec_tests = [t for t in options.spec_tests if os.path.basename(t) not # check utilities def binary_format_check(wast, verify_final_result=True, wasm_as_args=['-g'], - binary_suffix='.fromBinary', original_wast=None): + binary_suffix='.fromBinary'): # checks we can convert the wast to binary and back print(' (binary format check)') |