diff options
-rwxr-xr-x | run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 801b20a..dd4dacc 100755 --- a/run_tests.py +++ b/run_tests.py @@ -212,7 +212,7 @@ def detect_tests_to_run(): if not mesonlib.is_osx() and shutil.which('javac'): all_tests.append(('java', gather_tests('test cases/java'))) else: - all_tests.append(('java'), []) + all_tests.append(('java', [])) if shutil.which('mcs'): all_tests.append(('C#', gather_tests('test cases/csharp'))) else: |