diff options
Diffstat (limited to 'test/dot_s/basics.wast')
-rw-r--r-- | test/dot_s/basics.wast | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/dot_s/basics.wast b/test/dot_s/basics.wast index ae87d8ddc..fea2948b3 100644 --- a/test/dot_s/basics.wast +++ b/test/dot_s/basics.wast @@ -1,5 +1,9 @@ (module - (memory 52 4294967295 (segment 16 "hello, world!\n\00") (segment 32 "vcq") (segment 48 "\16\00\00\00")) + (memory 52 4294967295 + (segment 16 "hello, world!\n\00") + (segment 32 "vcq") + (segment 48 "\16\00\00\00") + ) (type $FUNCSIG$vi (func (param i32))) (import $puts "env" "puts" (param i32)) (export "main" $main) |