diff options
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -371,8 +371,6 @@ if len(requested) == 0: else: spec_tests = requested[:] -spec_tests = [] # XXX ignore them for now - for t in spec_tests: if t.startswith('spec') and t.endswith('.wast'): print '..', t |