summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Lydike <me@AntonLydike.de>2024-07-09 17:16:10 +0100
committerGitHub <noreply@github.com>2024-07-09 16:16:10 +0000
commit081f28b337e50ff6837d580fed61254e92abe76a (patch)
tree3f95eed893275c5a9177bfd8fbf6e8d2e898c671
parente93babcd71a89bd8c8e170d11652ca7375ef01f3 (diff)
downloadbinaryen-081f28b337e50ff6837d580fed61254e92abe76a.tar.gz
binaryen-081f28b337e50ff6837d580fed61254e92abe76a.tar.bz2
binaryen-081f28b337e50ff6837d580fed61254e92abe76a.zip
[tests] Remove use of CHECK-SAME (#6717)
The `filecheck` command used for tests does not support `CHECK-SAME`, so use should be avoided.
-rw-r--r--test/lit/wasm-split/mismatched-hashes.wast4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/lit/wasm-split/mismatched-hashes.wast b/test/lit/wasm-split/mismatched-hashes.wast
index 8f2bd69fe..64bd4cdaa 100644
--- a/test/lit/wasm-split/mismatched-hashes.wast
+++ b/test/lit/wasm-split/mismatched-hashes.wast
@@ -11,9 +11,7 @@
;; RUN: not wasm-split %t.instrumented.wasm --profile=%t.prof -o1 %t.1.wasm -o2 %t.2.wasm \
;; RUN: 2>&1 | filecheck %s
-;; CHECK: error: checksum in profile does not match module checksum.
-;; CHECK-SAME: The split module must be the original module that was instrumented
-;; CHECK-SAME: to generate the profile.
+;; CHECK: error: checksum in profile does not match module checksum. The module to split must be the original, uninstrumented module, not the module used to generate the profile.
;; Check that the matching module succeeds
;; RUN: wasm-split %s --profile=%t.prof -o1 %t.1.wasm -o2 %t.2.wasm