summaryrefslogtreecommitdiff
path: root/test/ctor-eval/gc-array.wast.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctor-eval/gc-array.wast.out')
-rw-r--r--test/ctor-eval/gc-array.wast.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ctor-eval/gc-array.wast.out b/test/ctor-eval/gc-array.wast.out
index 8da67f758..27be809ba 100644
--- a/test/ctor-eval/gc-array.wast.out
+++ b/test/ctor-eval/gc-array.wast.out
@@ -1,13 +1,13 @@
(module
(type $array (array (mut i32)))
(type $none_=>_i32 (func (result i32)))
- (global $global1 (ref $array) (array.init_static $array
+ (global $global1 (ref $array) (array.new_fixed $array
(i32.const 10)
(i32.const 20)
(i32.const 30)
(i32.const 40)
))
- (global $global2 (ref $array) (array.init_static $array
+ (global $global2 (ref $array) (array.new_fixed $array
(i32.const 42)
(i32.const 1337)
))