From baf52c53ae9af1f55012e4b31ea6c32aeb639c86 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 4 Dec 2015 21:54:02 -0800 Subject: rename some files --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index 38db9d7c4..ac3ad722e 100755 --- a/check.py +++ b/check.py @@ -79,7 +79,7 @@ print '\n[ checking wasm2asm testcases... ]\n' for wasm in ['min.wast', 'hello_world.wast']: if wasm.endswith('.wast'): print '..', wasm - asm = wasm.replace('.wast', '.wasm2asm.js') + asm = wasm.replace('.wast', '.2asm.js') actual, err = subprocess.Popen([os.path.join('bin', 'wasm2asm'), os.path.join('test', wasm)], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() assert err == '', 'bad err:' + err -- cgit v1.2.3