diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-04 21:52:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-04 21:52:59 -0800 |
commit | e72f45c46d7f0416dda883c9ba35cd3f62feb7be (patch) | |
tree | edcf9294928aca167ebe276aa34cfc0167ee949a /check.py | |
parent | 23f28802796080813f0e806248a91a9ad5fc6275 (diff) | |
download | binaryen-e72f45c46d7f0416dda883c9ba35cd3f62feb7be.tar.gz binaryen-e72f45c46d7f0416dda883c9ba35cd3f62feb7be.tar.bz2 binaryen-e72f45c46d7f0416dda883c9ba35cd3f62feb7be.zip |
add another wasm2asm testcase
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ for asm in tests: print '\n[ checking wasm2asm testcases... ]\n' -for wasm in ['min.wast']: +for wasm in ['min.wast', 'hello_world.wast']: if wasm.endswith('.wast'): print '..', wasm asm = wasm.replace('.wast', '.wasm2asm.js') |