We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ac29a0 + 220f87d commit e3ca7a2Copy full SHA for e3ca7a2
lldb/test/API/lang/swift/async_breakpoints/TestSwiftAsyncBreakpoints.py
@@ -36,7 +36,7 @@ def test(self):
36
self.assertEquals(thread.GetStopDescription(128), "breakpoint 2.1")
37
self.expect("expr timestamp1", substrs=["42"])
38
39
- thread.StepOver()
+ process.Continue()
40
self.assertIn("breakpoint 3.1", thread.GetStopDescription(128))
41
42
0 commit comments