From 0c850464aa7f6466dba6bf975bf40f14c9d6d55e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 17 Apr 2017 17:31:41 -0700 Subject: fix s2wasm.py hanging indent (#969) --- scripts/test/s2wasm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/test') diff --git a/scripts/test/s2wasm.py b/scripts/test/s2wasm.py index 5e704e51a..bf7c97fbe 100755 --- a/scripts/test/s2wasm.py +++ b/scripts/test/s2wasm.py @@ -26,8 +26,8 @@ def test_s2wasm(): print '\n[ checking .s testcases... ]\n' cmd = S2WASM + [ - os.path.join(options.binaryen_test, 'dot_s', 'basics.s'), - '--import-memory'] + os.path.join(options.binaryen_test, 'dot_s', 'basics.s'), + '--import-memory'] output = run_command(cmd) fail_if_not_contained(output, '(import "env" "memory" (memory $0 1))') -- cgit v1.2.3