diff options
author | Sam Clegg <sbc@chromium.org> | 2018-12-05 14:03:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-05 14:03:34 -0800 |
commit | 6cd3386410ba53e20afbf523c955f73bd352299b (patch) | |
tree | 0f3bd221be49c5db56bf72c4f231cfd2f441e5cf | |
parent | daf4fcad1b1e6b9fc2835cc447114ef7caf328ff (diff) | |
download | binaryen-6cd3386410ba53e20afbf523c955f73bd352299b.tar.gz binaryen-6cd3386410ba53e20afbf523c955f73bd352299b.tar.bz2 binaryen-6cd3386410ba53e20afbf523c955f73bd352299b.zip |
Revert accidental change to auto_update_tests.py (#1806)
-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 5134f89c5..9d156472c 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() |