Skip to content

Commit

Permalink
Merge pull request WebAssembly#466 from f52985/main
Browse files Browse the repository at this point in the history
[test] Add `assert_return`
  • Loading branch information
rossberg authored Nov 3, 2023
2 parents 79d0a2a + c7b6fc3 commit c05877a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/gc/ref_test.wast
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,5 @@
)
)

(invoke "test-sub")
(invoke "test-canon")
(assert_return (invoke "test-sub"))
(assert_return (invoke "test-canon"))

0 comments on commit c05877a

Please sign in to comment.