Skip to content

Commit

Permalink
[Test] Reorganise the stack switching related tests into the subfolde…
Browse files Browse the repository at this point in the history
…r 'stack-switching'
  • Loading branch information
dhil committed Sep 25, 2024
1 parent b429ba9 commit 70086b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/core/cont.wast → test/core/stack-switching/cont.wast
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,13 @@
)
)

(module
(type $f1 (sub (func (result anyref))))
(type $f2 (sub $f1 (func (result eqref))))
(type $c1 (sub (cont $f1)))
(type $c2 (sub $c1 (cont $f2)))
)

;; Globals
(module
(type $ft (func))
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 70086b9

Please sign in to comment.