summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'auto_update_tests.py')
-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 af585ad03..c2bcf47df 100755
--- a/auto_update_tests.py
+++ b/auto_update_tests.py
@@ -334,10 +334,10 @@ TEST_SUITES = OrderedDict([
('wasm-metadce', update_metadce_tests),
('wasm-reduce', update_reduce_tests),
('spec', update_spec_tests),
- ('binaryenjs', update_binaryen_js_tests),
('lld', lld.update_lld_tests),
('wasm2js', wasm2js.update_wasm2js_tests),
('binfmt', update_bin_fmt_tests),
+ ('binaryenjs', update_binaryen_js_tests),
])