diff --git a/lldb/test/API/lang/swift/async_breakpoints/TestSwiftAsyncBreakpoints.py b/lldb/test/API/lang/swift/async_breakpoints/TestSwiftAsyncBreakpoints.py index 6fd60745613b9..3aa4790482274 100644 --- a/lldb/test/API/lang/swift/async_breakpoints/TestSwiftAsyncBreakpoints.py +++ b/lldb/test/API/lang/swift/async_breakpoints/TestSwiftAsyncBreakpoints.py @@ -36,7 +36,7 @@ def test(self): self.assertEquals(thread.GetStopDescription(128), "breakpoint 2.1") self.expect("expr timestamp1", substrs=["42"]) - thread.StepOver() + process.Continue() self.assertIn("breakpoint 3.1", thread.GetStopDescription(128)) self.expect("expr timestamp1", substrs=["42"])