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.
1 parent 0d23b7f commit a8faa34Copy full SHA for a8faa34
lldb/test/API/lang/swift/async/stepping/step-in/TestSwiftStepInAsync.py
@@ -55,7 +55,7 @@ def test(self):
55
continue
56
57
# The entry function is missing this prefix dedicating resume functions.
58
- prefix = re.compile(r'^\([0-9]+\) await resume partial function for ')
+ prefix = re.compile(r'^\([0-9]+\) (await|suspend) resume partial function for ')
59
self.assertEqual(prefix.sub('', caller_after),
60
prefix.sub('', caller_before))
61
num_async_steps += 1
0 commit comments