From be4be557567251a73f40bfd7a48220b33f5ddc58 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 9 Mar 2017 13:32:03 -0800 Subject: use a single space for pretty printing of wasts, so massive wasts are less unruly (#928) --- test/empty_imported_table.wast.fromBinary.noDebugInfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/empty_imported_table.wast.fromBinary.noDebugInfo') 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) ) -- cgit v1.2.3