diff options
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-x | auto_update_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py index f4b13c737..7157e58be 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -79,7 +79,6 @@ def update_lld_tests(): mem_file = wast_path + '.mem' extension_arg_map = { '.out': [], - '.jscall.out': ['--emscripten-reserved-function-pointers=3'], '.mem.out': ['--separate-data-segments', mem_file + '.mem'], } for ext, ext_args in extension_arg_map.items(): |