diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-03-09 13:32:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-09 13:32:03 -0800 |
commit | be4be557567251a73f40bfd7a48220b33f5ddc58 (patch) | |
tree | d4aa0a25a1c7331b56404c76eea1a6cfa971c44e /test/empty_imported_table.wast.fromBinary.noDebugInfo | |
parent | d6508e1f9cef33c43016e4da7dd4b94392f280a9 (diff) | |
download | binaryen-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/empty_imported_table.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/empty_imported_table.wast.fromBinary.noDebugInfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/empty_imported_table.wast.fromBinary.noDebugInfo b/test/empty_imported_table.wast.fromBinary.noDebugInfo index 5edee3018..9e0c240cd 100644 --- a/test/empty_imported_table.wast.fromBinary.noDebugInfo +++ b/test/empty_imported_table.wast.fromBinary.noDebugInfo @@ -1,5 +1,5 @@ (module - (import "env" "table" (table 0 0 anyfunc)) - (memory $0 0) + (import "env" "table" (table 0 0 anyfunc)) + (memory $0 0) ) |