diff options
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') |