Skip to content

Commit 202dce6

Browse files
committed
fix test
1 parent af0128d commit 202dce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/lit/wasm-split/no-placeholders.wast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited.
22

33
;; 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
4+
;; RUN: wasm-dis %t.1.wasm | filecheck %s --check-prefix PRIMARY
5+
;; RUN: wasm-dis %t.2.wasm | filecheck %s --check-prefix SECONDARY
66

77
(module
88
;; PRIMARY: (type $0 (func))

0 commit comments

Comments
 (0)