diff options
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/run_tests.py b/run_tests.py index 0440579..c594974 100755 --- a/run_tests.py +++ b/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: |