aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index fa7c8a6..ce6e5c2 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -997,7 +997,7 @@ def have_working_compiler(lang: str, use_tmp: bool) -> bool:
return False
if not compiler:
return False
- env.coredata.process_compiler_options(lang, compiler, env, '')
+ env.coredata.process_compiler_options(lang, compiler, '')
try:
compiler.sanity_check(env.get_scratch_dir(), env)
except mesonlib.MesonException: