summaryrefslogtreecommitdiff
path: root/test/memory-import.wast.fromBinary
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2017-03-09 13:32:03 -0800
committerGitHub <noreply@github.com>2017-03-09 13:32:03 -0800
commitbe4be557567251a73f40bfd7a48220b33f5ddc58 (patch)
treed4aa0a25a1c7331b56404c76eea1a6cfa971c44e /test/memory-import.wast.fromBinary
parentd6508e1f9cef33c43016e4da7dd4b94392f280a9 (diff)
downloadbinaryen-be4be557567251a73f40bfd7a48220b33f5ddc58.tar.gz
binaryen-be4be557567251a73f40bfd7a48220b33f5ddc58.tar.bz2
binaryen-be4be557567251a73f40bfd7a48220b33f5ddc58.zip
use a single space for pretty printing of wasts, so massive wasts are less unruly (#928)
Diffstat (limited to 'test/memory-import.wast.fromBinary')
-rw-r--r--test/memory-import.wast.fromBinary12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/memory-import.wast.fromBinary b/test/memory-import.wast.fromBinary
index 1ba3cb0f3..b83ca836a 100644
--- a/test/memory-import.wast.fromBinary
+++ b/test/memory-import.wast.fromBinary
@@ -1,10 +1,10 @@
(module
- (type $0 (func (result i32)))
- (import "env" "memory" (memory $0 1 1))
- (func $foo (type $0) (result i32)
- (i32.load offset=13
- (i32.const 37)
- )
+ (type $0 (func (result i32)))
+ (import "env" "memory" (memory $0 1 1))
+ (func $foo (type $0) (result i32)
+ (i32.load offset=13
+ (i32.const 37)
)
+ )
)