summaryrefslogtreecommitdiff
path: root/scripts/test/lld.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test/lld.py')
-rwxr-xr-xscripts/test/lld.py1
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():