diff options
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -511,7 +511,7 @@ if 0: # TODO: figure out the story. will .s files have drops? cmd = [wasm_as, '--validate=none', os.path.join('test', 'validator', 'invalid_return.wast')] run_command(cmd) -if torture: +if torture and 0: print '\n[ checking torture testcases... ]\n' |