Skip to content

Commit 189d543

Browse files
Fix test comment
1 parent 79f3ead commit 189d543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit/passes/global-effects-closed-world-simplify-locals.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
(call_ref $indirect-type-super (i32.const 1) (local.get $ref))
5454
)
5555

56-
;; CHECK: (func $test-merge (type $1) (param $ref (ref $indirect-type-super))
56+
;; CHECK: (func $merges-multiple-effects (type $1) (param $ref (ref $indirect-type-super))
5757
;; CHECK-NEXT: (local $x i32)
5858
;; CHECK-NEXT: (local $y i32)
5959
;; CHECK-NEXT: (local $z i32)

0 commit comments

Comments
 (0)