Skip to content

Commit

Permalink
update new test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Jan 26, 2024
1 parent 2f6e59a commit ae345fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/lit/passes/rse-eh.wast
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
;; CHECK: (func $nested-try_table2 (type $0)
;; CHECK-NEXT: (local $x i32)
;; CHECK-NEXT: (local $exn exnref)
;; CHECK-NEXT: (local $pair (i32 exnref))
;; CHECK-NEXT: (local $pair (tuple i32 exnref))
;; CHECK-NEXT: (block $catch_all0
;; CHECK-NEXT: (try_table (catch_all $catch_all0)
;; CHECK-NEXT: (local.set $pair
Expand Down Expand Up @@ -226,7 +226,7 @@
(func $nested-try_table2
(local $x i32)
(local $exn exnref)
(local $pair (i32 exnref))
(local $pair (tuple i32 exnref))
(block $catch_all0
(try_table (catch_all $catch_all0)
(local.set $pair
Expand Down Expand Up @@ -254,7 +254,7 @@
;; CHECK: (func $nested-try_table3 (type $0)
;; CHECK-NEXT: (local $x i32)
;; CHECK-NEXT: (local $exn exnref)
;; CHECK-NEXT: (local $pair (i32 exnref))
;; CHECK-NEXT: (local $pair (tuple i32 exnref))
;; CHECK-NEXT: (block $catch_all0
;; CHECK-NEXT: (try_table (catch_all $catch_all0)
;; CHECK-NEXT: (block $outer1
Expand Down Expand Up @@ -287,7 +287,7 @@
(func $nested-try_table3
(local $x i32)
(local $exn exnref)
(local $pair (i32 exnref))
(local $pair (tuple i32 exnref))
(block $catch_all0
(try_table (catch_all $catch_all0)
(block $outer1
Expand Down

0 comments on commit ae345fb

Please sign in to comment.