summaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index ce6e5c2da..b2442703e 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -555,8 +555,8 @@ def clear_internal_caches() -> None:
from mesonbuild.mesonlib import PerMachine
mesonbuild.interpreterbase.FeatureNew.feature_registry = {}
CMakeDependency.class_cmakeinfo = PerMachine(None, None)
- PkgConfigInterface.class_impl = PerMachine(False, False)
- PkgConfigInterface.class_cli_impl = PerMachine(False, False)
+ PkgConfigInterface.class_impl = PerMachine({}, {})
+ PkgConfigInterface.class_cli_impl = PerMachine({}, {})
PkgConfigInterface.pkg_bin_per_machine = PerMachine(None, None)