Skip to content

Commit 081f28b

Browse files
authored
[tests] Remove use of CHECK-SAME (#6717)
The `filecheck` command used for tests does not support `CHECK-SAME`, so use should be avoided.
1 parent e93babc commit 081f28b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/lit/wasm-split/mismatched-hashes.wast

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
;; RUN: not wasm-split %t.instrumented.wasm --profile=%t.prof -o1 %t.1.wasm -o2 %t.2.wasm \
1212
;; RUN: 2>&1 | filecheck %s
1313

14-
;; CHECK: error: checksum in profile does not match module checksum.
15-
;; CHECK-SAME: The split module must be the original module that was instrumented
16-
;; CHECK-SAME: to generate the profile.
14+
;; 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.
1715

1816
;; Check that the matching module succeeds
1917
;; RUN: wasm-split %s --profile=%t.prof -o1 %t.1.wasm -o2 %t.2.wasm

0 commit comments

Comments
 (0)