diff options
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-x | auto_update_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py index b95cae481..9f9a877b0 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -66,8 +66,7 @@ def update_example_tests(): with open(expected, 'wb') as o: o.write(actual) finally: - pass - # os.remove(output_file) + os.remove(output_file) def update_wasm_dis_tests(): |