summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
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 f7bc0a00e..1f4e1fa12 100755
--- a/check.py
+++ b/check.py
@@ -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'