diff options
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-x | auto_update_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py index 9d156472c..5134f89c5 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -421,8 +421,8 @@ def update_reduce_tests(): def main(): - update_asm_js_tests() update_lld_tests() + return update_wasm_opt_tests() update_bin_fmt_tests() update_example_tests() |