Skip to content

Commit b6612c1

Browse files
fgmccabetlively
andauthored
Update test/core/stack-switching/resume_throw.wast
Co-authored-by: Thomas Lively <[email protected]>
1 parent 39ce643 commit b6612c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/core/stack-switching/resume_throw.wast

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@
229229
(resume $k (local.get $k_ref)) ;; consume it
230230

231231
(block $h (result exnref)
232-
(try_table (catch_ref $e0 $h)
233-
(throw $e0))
234-
(unreachable)
232+
(try_table (result exnref) (catch_ref $e0 $h)
233+
(throw $e0)
234+
)
235235
)
236236
(local.get $k_ref)
237237

0 commit comments

Comments
 (0)