summaryrefslogtreecommitdiff
path: root/test/ctor-eval/gc-array.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctor-eval/gc-array.wast')
-rw-r--r--test/ctor-eval/gc-array.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ctor-eval/gc-array.wast b/test/ctor-eval/gc-array.wast
index 316230e13..0ad3d0314 100644
--- a/test/ctor-eval/gc-array.wast
+++ b/test/ctor-eval/gc-array.wast
@@ -5,7 +5,7 @@
;; This global will remain as it is.
(global $global1 (ref $array)
- (array.new_fixed $array
+ (array.new_fixed $array 4
(i32.const 10)
(i32.const 20)
(i32.const 30)
@@ -14,7 +14,7 @@
)
(global $global2 (ref $array)
- (array.new_fixed $array
+ (array.new_fixed $array 2
(i32.const 42)
;; This location will be written with a new value, 1337
(i32.const 0)