Skip to content

Commit 4dfe036

Browse files
authored
[test] Correct catch clause in type mismatch test (#2024)
1 parent 1ecaf5c commit 4dfe036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/exceptions/try_table.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
(tag $e (param (ref null $t)))
460460
(func (export "catch_ref") (result (ref $t))
461461
(block $l (result (ref $t) (ref exn))
462-
(try_table (catch $e $l))
462+
(try_table (catch_ref $e $l))
463463
(unreachable)
464464
)
465465
)

0 commit comments

Comments
 (0)