diff options
Diffstat (limited to 'lldb/test/threads/TestPrintStackTraces.py')
| -rw-r--r-- | lldb/test/threads/TestPrintStackTraces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/threads/TestPrintStackTraces.py b/lldb/test/threads/TestPrintStackTraces.py index 5592950b776..4dbea69525b 100644 --- a/lldb/test/threads/TestPrintStackTraces.py +++ b/lldb/test/threads/TestPrintStackTraces.py @@ -35,7 +35,7 @@ class ThreadsStackTracesTestCase(TestBase): # Now launch the process, and do not stop at entry point. rc = lldb.SBError() - self.process = target.Launch([], [], os.ctermid(), 0, False, rc) + self.process = target.Launch (None, None, os.ctermid(), os.ctermid(), os.ctermid(), None, 0, False, rc) if not rc.Success() or not self.process.IsValid(): self.fail("SBTarget.LaunchProcess() failed") |

