diff --git a/lldb/test/class_types/TestClassTypes.py b/lldb/test/class_types/TestClassTypes.py index adc183d9acea..53b82285aa6b 100644 --- a/lldb/test/class_types/TestClassTypes.py +++ b/lldb/test/class_types/TestClassTypes.py @@ -106,7 +106,7 @@ class ClassTypesTestCase(TestBase): # Now launch the process, and do not stop at entry point. rc = lldb.SBError() - self.process = target.LaunchProcess([''], [''], os.ctermid(), 0, False, rc) + self.process = target.Launch([''], [''], os.ctermid(), 0, False, rc) #self.breakAfterLaunch(self.process, "C::C(int, int, int)") if not rc.Success() or not self.process.IsValid():