Skip to content

Commit a95dcb4

Browse files
fgmccabetlively
andauthored
Update test/core/throw_ref.wast
Co-authored-by: Thomas Lively <[email protected]>
1 parent b6612c1 commit a95dcb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core/throw_ref.wast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
(try_table (result i32) (catch_ref $e0 $h) (throw $e0))
1818
(return)
1919
)
20-
(if (param exnref
21-
) (i32.eqz (local.get 0))
20+
(if (param exnref)
21+
(i32.eqz (local.get 0))
2222
(then (throw_ref))
2323
(else (drop))
2424
)

0 commit comments

Comments
 (0)