Skip to content

Commit cf3e7e7

Browse files
committed
Add more exception-with-param tests using catch_all and catch_ref.
1 parent 00037e8 commit cf3e7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wasm/src/org.graalvm.wasm.test/src/test/exceptions/exceptions_with_params_catch_all.wat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
(try_table (result i32 i64) (catch $e1 $h1)
5151
i32.const 1984
5252
i64.const 4398046511104
53-
throw $e1
53+
throw $e0
5454
)
5555
drop ;; i64
5656
return
5757
)
58-
throw $e0
58+
drop ;; i64
5959
return
6060
)
6161
i32.const -1

0 commit comments

Comments
 (0)