summaryrefslogtreecommitdiff
path: root/test/ctor-eval/memory-init.wast.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctor-eval/memory-init.wast.out')
-rw-r--r--test/ctor-eval/memory-init.wast.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ctor-eval/memory-init.wast.out b/test/ctor-eval/memory-init.wast.out
index f476a275c..11ef33995 100644
--- a/test/ctor-eval/memory-init.wast.out
+++ b/test/ctor-eval/memory-init.wast.out
@@ -1,15 +1,15 @@
(module
(type $none_=>_none (func))
(memory $0 1)
- (data (i32.const 0) "__________")
- (data (i32.const 20) "__________")
+ (data $0 (i32.const 0) "__________")
+ (data $1 (i32.const 20) "__________")
(export "test1" (func $0))
(func $0 (type $none_=>_none)
(i32.store8
(i32.const 4)
(i32.const 100)
)
- (memory.init 1
+ (memory.init $1
(i32.const 0)
(i32.const 0)
(i32.const 1)