Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Jan 29, 2024
1 parent 6e3ffed commit d823f1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/lit/wat-kitchen-sink.wast
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@
;; CHECK-NEXT: )
(func $f4 (type 18) (local i32 i64) (local $l f32))

;; CHECK: (func $tuple-locals (type $void)
;; CHECK-NEXT: (local $0 (tuple i32 i32))
;; CHECK-NEXT: (nop)
;; CHECK-NEXT: )
(func $tuple-locals (local (tuple i32 i32)))

;; CHECK: (func $nop-skate (type $void)
Expand Down Expand Up @@ -3521,7 +3525,7 @@
(func $ref-func
ref.func $ref-func
drop
ref.func 151
ref.func 152
drop
)

Expand Down

0 comments on commit d823f1c

Please sign in to comment.