Skip to content

Commit bb7b7a1

Browse files
kripkenaheejin
andauthored
Apply suggestions from code review
Co-authored-by: Heejin Ahn <[email protected]>
1 parent 76ab43f commit bb7b7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit/passes/remove-unused-module-elements_ci-types.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; functions in those segments (we refer to them, but can empty out their
1010
;; contents). Specifically:
1111
;;
12-
;; * elem $t1-withA contains $A, so it keeps alive func $A and $subA1, and
12+
;; * elem $t1-withA contains $A, so it keeps alive func $A1 and $subA1, and
1313
;; emptied stubs for $B1 and $C1.
1414
;; * elem $t1-noA has no $A or a subtype, so the segment is removed entirely.
1515
;; * elem $t1-withSubA has a subtype of $A, so it is similar to $t1-withA.

0 commit comments

Comments
 (0)