Skip to content

Commit ae345fb

Browse files
committed
update new test
1 parent 2f6e59a commit ae345fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/lit/passes/rse-eh.wast

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
;; CHECK: (func $nested-try_table2 (type $0)
195195
;; CHECK-NEXT: (local $x i32)
196196
;; CHECK-NEXT: (local $exn exnref)
197-
;; CHECK-NEXT: (local $pair (i32 exnref))
197+
;; CHECK-NEXT: (local $pair (tuple i32 exnref))
198198
;; CHECK-NEXT: (block $catch_all0
199199
;; CHECK-NEXT: (try_table (catch_all $catch_all0)
200200
;; CHECK-NEXT: (local.set $pair
@@ -226,7 +226,7 @@
226226
(func $nested-try_table2
227227
(local $x i32)
228228
(local $exn exnref)
229-
(local $pair (i32 exnref))
229+
(local $pair (tuple i32 exnref))
230230
(block $catch_all0
231231
(try_table (catch_all $catch_all0)
232232
(local.set $pair
@@ -254,7 +254,7 @@
254254
;; CHECK: (func $nested-try_table3 (type $0)
255255
;; CHECK-NEXT: (local $x i32)
256256
;; CHECK-NEXT: (local $exn exnref)
257-
;; CHECK-NEXT: (local $pair (i32 exnref))
257+
;; CHECK-NEXT: (local $pair (tuple i32 exnref))
258258
;; CHECK-NEXT: (block $catch_all0
259259
;; CHECK-NEXT: (try_table (catch_all $catch_all0)
260260
;; CHECK-NEXT: (block $outer1
@@ -287,7 +287,7 @@
287287
(func $nested-try_table3
288288
(local $x i32)
289289
(local $exn exnref)
290-
(local $pair (i32 exnref))
290+
(local $pair (tuple i32 exnref))
291291
(block $catch_all0
292292
(try_table (catch_all $catch_all0)
293293
(block $outer1

0 commit comments

Comments
 (0)