diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lit/wasm-split/mismatched-hashes.wast | 4 |
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 |