summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-12-05 14:03:34 -0800
committerGitHub <noreply@github.com>2018-12-05 14:03:34 -0800
commit6cd3386410ba53e20afbf523c955f73bd352299b (patch)
tree0f3bd221be49c5db56bf72c4f231cfd2f441e5cf
parentdaf4fcad1b1e6b9fc2835cc447114ef7caf328ff (diff)
downloadbinaryen-6cd3386410ba53e20afbf523c955f73bd352299b.tar.gz
binaryen-6cd3386410ba53e20afbf523c955f73bd352299b.tar.bz2
binaryen-6cd3386410ba53e20afbf523c955f73bd352299b.zip
Revert accidental change to auto_update_tests.py (#1806)
-rwxr-xr-xauto_update_tests.py2
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()