llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Dave Lee (kastiglione) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/182329.diff 1 Files Affected: - (modified) lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py (+2) ``````````diff diff --git a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py index abf4cf3944e14..a083ad1294b65 100644 --- a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py +++ b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py @@ -10,6 +10,8 @@ class ModuleCacheTestcaseSimple(TestBase): + SHARED_BUILD_TESTCASE = False + def setUp(self): # Call super's setUp(). TestBase.setUp(self) `````````` </details> https://github.com/llvm/llvm-project/pull/182329 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
