From 3775794812e582769e2ed1b53c00650a6b21387c Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 25 Apr 2019 20:03:39 +0000 Subject: Two tests were using the interactive convenience variable lldb.debugger. They should not be. llvm-svn: 359234 --- .../Python/lldbsuite/test/expression_command/issue_11588/Test11588.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/expression_command') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py b/lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py index 09b0eaaa2b1..2efe2df9550 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/issue_11588/Test11588.py @@ -48,7 +48,7 @@ class Issue11581TestCase(TestBase): # register r14 is an x86_64 extension let's skip this part of the test # if we are on a different architecture if self.getArchitecture() == 'x86_64': - target = lldb.debugger.GetSelectedTarget() + target = self.dbg.GetSelectedTarget() process = target.GetProcess() frame = process.GetSelectedThread().GetSelectedFrame() pointer = frame.FindVariable("r14") -- cgit v1.2.3