diff options
Diffstat (limited to 'test/spec/array.wast')
-rw-r--r-- | test/spec/array.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec/array.wast b/test/spec/array.wast index c30365030..6e7b8cddb 100644 --- a/test/spec/array.wast +++ b/test/spec/array.wast @@ -8,7 +8,7 @@ (type (array f32)) (type (array f64)) (type (array anyref)) - (type (array (ref data))) + (type (array (ref struct))) (type (array (ref 0))) (type (array (ref null 1))) (type (array (mut i8))) @@ -18,7 +18,7 @@ (type (array (mut i32))) (type (array (mut i64))) (type (array (mut anyref))) - (type (array (mut (ref data)))) + (type (array (mut (ref struct)))) (type (array (mut (ref 0)))) (type (array (mut (ref null i31)))) ) |