Vestigial removal.

pull/15/head
Jussi Pakkanen 10 years ago
parent b3ca519fea
commit 9abc5e0570
  1. 2
      run_tests.py

@ -262,8 +262,6 @@ def run_tests():
print('\nNo Objective C tests on this platform.\n')
def check_file(fname):
if fname.endswith('parsetab.py'): # Autogenerated
return True
linenum = 1
for line in open(fname, 'rb').readlines():
if b'\t' in line:

Loading…
Cancel
Save