summaryrefslogtreecommitdiff
path: root/test/dot_s/function-data-sections.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/function-data-sections.wast')
-rw-r--r--test/dot_s/function-data-sections.wast9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/dot_s/function-data-sections.wast b/test/dot_s/function-data-sections.wast
index 82aa6f8c9..43947a3cc 100644
--- a/test/dot_s/function-data-sections.wast
+++ b/test/dot_s/function-data-sections.wast
@@ -1,9 +1,8 @@
(module
- (memory 1
- (segment 12 "\00\00\00\00")
- (segment 16 "\01\00\00\00")
- (segment 20 "33\13@")
- )
+ (memory 1)
+ (data (i32.const 12) "\00\00\00\00")
+ (data (i32.const 16) "\01\00\00\00")
+ (data (i32.const 20) "33\13@")
(export "memory" memory)
(export "foo" $foo)
(export "bar" $bar)