aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py4
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