summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/check.py b/check.py
index bad6f0730..076c43b7a 100755
--- a/check.py
+++ b/check.py
@@ -167,7 +167,6 @@ for e in executables:
assert len(out) == 0, 'Expected no stdout, got:\n%s' % out
assert e in err, 'Expected help to contain program name, got:\n%s' % err
assert len(err.split('\n')) > 8, 'Expected some help, got:\n%s' % err
-os.sys.exit(0)
print '[ checking asm2wasm testcases... ]\n'