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 f37019f3f..f4b13c737 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -428,11 +428,11 @@ def main(): update_example_tests() update_wasm_dis_tests() update_wasm_merge_tests() - update_binaryen_js_tests() update_ctor_eval_tests() update_wasm2js_tests() update_metadce_tests() update_reduce_tests() + update_binaryen_js_tests() print '\n[ success! ]' |