diff options
Diffstat (limited to 'test/run-gen-wasm-interp.py')
-rwxr-xr-x | test/run-gen-wasm-interp.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/run-gen-wasm-interp.py b/test/run-gen-wasm-interp.py index f8ec3849..76ed27ff 100755 --- a/test/run-gen-wasm-interp.py +++ b/test/run-gen-wasm-interp.py @@ -43,7 +43,6 @@ def main(args): action='store_false') parser.add_argument('--run-all-exports', action='store_true') parser.add_argument('--spec', action='store_true') - parser.add_argument('--use-libc-allocator', action='store_true') parser.add_argument('--print-cmd', help='print the commands that are run.', action='store_true') parser.add_argument('file', help='test file.') @@ -59,7 +58,6 @@ def main(args): '--run-all-exports': options.run_all_exports, '--spec': options.spec, '--trace': options.verbose, - '--use-libc-allocator': options.use_libc_allocator }) gen_wasm.verbose = options.print_cmd |