diff options
Diffstat (limited to 'lldb/test/source-manager/TestSourceManager.py')
-rw-r--r-- | lldb/test/source-manager/TestSourceManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/source-manager/TestSourceManager.py b/lldb/test/source-manager/TestSourceManager.py index 7c0425ff9ec..a41c7a30014 100644 --- a/lldb/test/source-manager/TestSourceManager.py +++ b/lldb/test/source-manager/TestSourceManager.py @@ -44,7 +44,7 @@ class SourceManagerTestCase(TestBase): # Launch the process, and do not stop at the entry point. error = lldb.SBError() - process = target.Launch (None, None, os.ctermid(), os.ctermid(), os.ctermid(), None, 0, False, error) + process = target.Launch (self.dbg.GetListener(), None, None, os.ctermid(), os.ctermid(), os.ctermid(), None, 0, False, error) # # Exercise Python APIs to display source lines. |