diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py b/lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py index 9cc9df2b22b..dd3d06fd672 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py @@ -25,7 +25,7 @@ class ExprBug35310(TestBase): """ self.build() - (target, process, thread, bkpt) = lldbutil.run_to_source_breakpoint(self, + (target, process, thread, bkpt) = lldbutil.run_to_source_breakpoint(self, '// Break here', self.main_source_spec) frame = thread.GetFrameAtIndex(0) |