We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0128d commit 202dce6Copy full SHA for 202dce6
1 file changed
test/lit/wasm-split/no-placeholders.wast
@@ -1,8 +1,8 @@
1
;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited.
2
3
;; RUN: wasm-split %s -all --no-placeholders --split-funcs=bar,baz -g -o1 %t.1.wasm -o2 %t.2.wasm
4
-;; RUN: wasm-dis %t.1.wasm | filecheck --check-prefix PRIMARY
5
-;; RUN: wasm-dis %t.2.wasm | filecheck --check-prefix SECONDARY
+;; RUN: wasm-dis %t.1.wasm | filecheck %s --check-prefix PRIMARY
+;; RUN: wasm-dis %t.2.wasm | filecheck %s --check-prefix SECONDARY
6
7
(module
8
;; PRIMARY: (type $0 (func))
0 commit comments