Skip to content

Commit 2e05281

Browse files
committed
fix
1 parent 3218365 commit 2e05281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit/passes/remove-unused-module-elements-cont.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(func $func
3737
;; This function is only ever referred to by a ref.func that is passed into
3838
;; a cont.new. We should not modify this to unreachable, which we would do if
39-
;; we didn't realize it will execute.
39+
;; we didn't realize it will execute (in closed world).
4040
(nop)
4141
)
4242

0 commit comments

Comments
 (0)