diff options
Diffstat (limited to 'test/spec/struct.wast')
-rw-r--r-- | test/spec/struct.wast | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/spec/struct.wast b/test/spec/struct.wast index 4d86f6538..9939183e6 100644 --- a/test/spec/struct.wast +++ b/test/spec/struct.wast @@ -6,10 +6,8 @@ (type $s1 (struct (field (ref 0) (ref 1) (ref $s0) (ref $s1)))) ) - (rec - (func (param (ref $forward))) - (type $forward (struct)) - ) + (func (param (ref $forward))) + (type $forward (struct)) ) (assert_invalid |