diff options
Diffstat (limited to 'scripts/test/lld.py')
-rwxr-xr-x | scripts/test/lld.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test/lld.py b/scripts/test/lld.py index 03c96d6c3..94736f03f 100755 --- a/scripts/test/lld.py +++ b/scripts/test/lld.py @@ -29,7 +29,6 @@ def test_wasm_emscripten_finalize(): mem_file = wast_path + '.mem' extension_arg_map = { '.out': [], - '.jscall.out': ['--emscripten-reserved-function-pointers=3'], '.mem.out': ['--separate-data-segments', mem_file], } for ext, ext_args in extension_arg_map.items(): |