summaryrefslogtreecommitdiff
path: root/test/dot_s/data-offset-folding.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/data-offset-folding.wast')
-rw-r--r--test/dot_s/data-offset-folding.wast7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/dot_s/data-offset-folding.wast b/test/dot_s/data-offset-folding.wast
index e737e04f1..9cdacd60b 100644
--- a/test/dot_s/data-offset-folding.wast
+++ b/test/dot_s/data-offset-folding.wast
@@ -1,8 +1,7 @@
(module
- (memory 1
- (segment 12 "\00\00\00\00")
- (segment 416 "`\00\00\00")
- )
+ (memory 1)
+ (data (i32.const 12) "\00\00\00\00")
+ (data (i32.const 416) "`\00\00\00")
(export "memory" memory)
)
;; METADATA: { "asmConsts": {},"staticBump": 420, "initializers": [] }