================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits