Skip to content

Commit e0787ef

Browse files
committed
clean up test
1 parent 88627b9 commit e0787ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/lit/passes/local-cse-cont.wast

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
;; CHECK: (type $cont (cont $func))
1010
(type $cont (cont $func))
1111

12-
;; CHECK: (type $func-i32 (func (param i32)))
13-
(type $func-i32 (func (param i32)))
14-
;; CHECK: (type $cont-i32 (cont $func-i32))
15-
(type $cont-i32 (cont $func-i32))
16-
17-
;; CHECK: (type $4 (func (param (ref $cont-i32))))
18-
1912
;; CHECK: (elem declare func $cont.new)
2013

2114
;; CHECK: (func $cont.new (type $func)

0 commit comments

Comments
 (0)