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.wast6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/spec/array.wast b/test/spec/array.wast
index d9b75e287..c865fe697 100644
--- a/test/spec/array.wast
+++ b/test/spec/array.wast
@@ -40,10 +40,8 @@
(type $s1 (array (ref $s0)))
)
- (rec
- (func (param (ref $forward)))
- (type $forward (array i32))
- )
+ (func (param (ref $forward)))
+ (type $forward (array i32))
)
(assert_invalid