[Lldb-commits] [lldb] Make only one function that needs to be implemented when searching for types (PR #74786)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 11 11:21:37 PST 2023
================
@@ -12,33 +12,32 @@ class UniqueTypesTestCase4(TestBase):
def do_test(self, debug_flags):
"""Test that we display the correct template instantiation."""
self.build(dictionary=debug_flags)
+ exe = self.getBuildArtifact("a.out")
+ print(exe)
----------------
clayborg wrote:
yes, I will remove
https://github.com/llvm/llvm-project/pull/74786
More information about the lldb-commits
mailing list