diff options
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/run_tests.py b/run_tests.py index 6e9c6ce..0f02636 100755 --- a/run_tests.py +++ b/run_tests.py @@ -263,8 +263,6 @@ def run_mtest_inprocess(commandlist): return returncode, stdout.getvalue(), stderr.getvalue() def clear_meson_configure_class_caches(): - compilers.CCompiler.library_dirs_cache = {} - compilers.CCompiler.program_dirs_cache = {} compilers.CCompiler.find_library_cache = {} compilers.CCompiler.find_framework_cache = {} dependencies.PkgConfigDependency.pkgbin_cache = {} |