diff options
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run_tests.py b/run_tests.py index 75d1a81..0440579 100755 --- a/run_tests.py +++ b/run_tests.py @@ -256,10 +256,10 @@ def run_tests(): else: print('\nNot running Rust tests.\n') if len(objctests) > 0: - print('\nRunning extra language tests.\n') + print('\nRunning Objective C tests.\n') [run_and_log(logfile, t) for t in objctests] else: - print('\nNo extra language tests on this platform.\n') + print('\nNo Objective C tests on this platform.\n') def check_file(fname): if fname.endswith('parsetab.py'): # Autogenerated |