Skip to content

Commit 6022c93

Browse files
committed
move comment
1 parent 8ab1bf7 commit 6022c93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/lit/ctor-eval/cont-noserial.wast

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@
6363
)
6464
)
6565

66-
;; As above, but there is another use of $test.
6766
;; CHECK: (func $test_3 (type $3) (result (ref $cont))
6867
;; CHECK-NEXT: (cont.new $cont
6968
;; CHECK-NEXT: (ref.func $func)
7069
;; CHECK-NEXT: )
7170
;; CHECK-NEXT: )
7271
(module
72+
;; As above, but there is another use of $test.
73+
7374
;; CHECK: (type $func (func))
7475
;; NOKEEP: (type $func (func))
7576
(type $func (func))

0 commit comments

Comments
 (0)