summaryrefslogtreecommitdiff
path: root/test/spec/array.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/array.wast')
-rw-r--r--test/spec/array.wast13
1 files changed, 8 insertions, 5 deletions
diff --git a/test/spec/array.wast b/test/spec/array.wast
index fd151669e..c30365030 100644
--- a/test/spec/array.wast
+++ b/test/spec/array.wast
@@ -35,12 +35,15 @@
;; Binding structure
(module
- (type $s0 (array (ref $s1)))
- (type $s1 (array (ref $s0)))
-
- (func (param (ref $forward)))
+ (rec
+ (type $s0 (array (ref $s1)))
+ (type $s1 (array (ref $s0)))
+ )
- (type $forward (array i32))
+ (rec
+ (func (param (ref $forward)))
+ (type $forward (array i32))
+ )
)
(assert_invalid