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 076c43b7a..7c963a7c7 100755
--- a/check.py
+++ b/check.py
@@ -370,7 +370,7 @@ if torture:
print '\n[ checking binary format testcases... ]\n'
for wast in tests:
- if wast.endswith('.wast') and not wast in ['unit.wast']: # blacklist some known failures
+ if wast.endswith('.wast') and not wast in []: # blacklist some known failures
cmd = [os.path.join('bin', 'wasm-as'), os.path.join('test', wast), '-o', 'a.wasm']
print ' '.join(cmd)
if os.path.exists('a.wasm'): os.unlink('a.wasm')