diff options
-rwxr-xr-x | auto_update_tests.py | 3 | ||||
-rw-r--r-- | test/lit/wasm-split/mismatched-hashes.wast | 2 |
2 files changed, 2 insertions, 3 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(): diff --git a/test/lit/wasm-split/mismatched-hashes.wast b/test/lit/wasm-split/mismatched-hashes.wast index 561135bbe..fd3ebb8d3 100644 --- a/test/lit/wasm-split/mismatched-hashes.wast +++ b/test/lit/wasm-split/mismatched-hashes.wast @@ -15,7 +15,7 @@ ;; CHECK-SAME: The split module must be the original module that was instrumented ;; CHECK-SAME: to generate the profile. -;; Check that the matcing module succeeds +;; Check that the matching module succeeds ;; RUN: wasm-split %s --profile=%t.prof -o1 %t.1.wasm -o2 %t.2.wasm (module |