Skip to content

Commit 8aded36

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/stack-switching/resume_throw.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
(block $y (result (ref $k))
164164
(resume $k (on $yield $y)
165165
(local.get $k_ref))
166-
(return))
166+
(unreachable))
167167
(local.set $k_ref)
168168

169169
(block $h (result i32 exnref)

0 commit comments

Comments
 (0)