diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-22 09:06:58 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-05-15 10:10:49 -0700 |
| commit | 979805fdc104f8ea729115243febfe227e785039 (patch) | |
| tree | 65fd5f51421e575a1d835091a12d77eb68bb951b /run_project_tests.py | |
| parent | 8dfecd2ad8d01a8f52db3b5552b1839ce7a1edd7 (diff) | |
| download | meson-979805fdc104f8ea729115243febfe227e785039.tar.gz | |
coredata: remove unused arguments
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'run_project_tests.py')
| -rwxr-xr-x | run_project_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index fa7c8a6eb..ce6e5c2da 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: |
