diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2020-12-02 16:10:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 16:10:00 -0800 |
commit | 00f96c854ed3691b01fa35bba0a1d010d08958bd (patch) | |
tree | d360305913aa2399aafe681b4dabe1189310b395 /test | |
parent | 5236916a649a97c1c32b83fc5ab21df36b79c25c (diff) | |
download | binaryen-00f96c854ed3691b01fa35bba0a1d010d08958bd.tar.gz binaryen-00f96c854ed3691b01fa35bba0a1d010d08958bd.tar.bz2 binaryen-00f96c854ed3691b01fa35bba0a1d010d08958bd.zip |
Fix a typo and accidental script change (#3414)
Diffstat (limited to 'test')
-rw-r--r-- | test/lit/wasm-split/mismatched-hashes.wast | 2 |
1 files changed, 1 insertions, 1 deletions
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 |