diff options
Diffstat (limited to 'test/run-gen-spec-js.py')
-rwxr-xr-x | test/run-gen-spec-js.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-gen-spec-js.py b/test/run-gen-spec-js.py index 3fa33d64..58921b81 100755 --- a/test/run-gen-spec-js.py +++ b/test/run-gen-spec-js.py @@ -61,7 +61,7 @@ def main(args): with utils.TempDirectory(options.out_dir, 'run-gen-spec-js-') as out_dir: wast2wasm = utils.Executable( find_exe.GetWast2WasmExecutable(options.bindir), '--spec', - '--no-check-assert-invalid', error_cmdline=options.error_cmdline) + error_cmdline=options.error_cmdline) wast2wasm.AppendOptionalArgs({ '-v': options.verbose, '--use-libc-allocator': options.use_libc_allocator |