summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-04 21:54:02 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-04 21:54:02 -0800
commitbaf52c53ae9af1f55012e4b31ea6c32aeb639c86 (patch)
tree6c19931cc0fb2206b58a4b603c1034dab578d20d /check.py
parente72f45c46d7f0416dda883c9ba35cd3f62feb7be (diff)
downloadbinaryen-baf52c53ae9af1f55012e4b31ea6c32aeb639c86.tar.gz
binaryen-baf52c53ae9af1f55012e4b31ea6c32aeb639c86.tar.bz2
binaryen-baf52c53ae9af1f55012e4b31ea6c32aeb639c86.zip
rename some files
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
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