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.wast6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/dot_s/function-data-sections.wast b/test/dot_s/function-data-sections.wast
index b2dd9ade4..5f31aa3eb 100644
--- a/test/dot_s/function-data-sections.wast
+++ b/test/dot_s/function-data-sections.wast
@@ -1,5 +1,9 @@
(module
- (memory 20 4294967295 (segment 8 "\00\00\00\00") (segment 12 "\01\00\00\00") (segment 16 "33\13@"))
+ (memory 20 4294967295
+ (segment 8 "\00\00\00\00")
+ (segment 12 "\01\00\00\00")
+ (segment 16 "33\13@")
+ )
(export "foo" $foo)
(export "bar" $bar)
(export "qux" $qux)