Skip to content

Commit c8eaa24

Browse files
Merge pull request #11711 from swiftlang/dl/lldb-Add-suspended-to-regex-in-TestSwiftSyntheticTaskChildren
[lldb] Add "suspended" to regex in TestSwiftSyntheticTaskChildren
2 parents a456d20 + 9eebfaf commit c8eaa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/async/formatters/task/children/TestSwiftSyntheticTaskChildren.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test(self):
2626
enqueuePriority = 0
2727
parent = nil
2828
children = \{
29-
0 = id:2 flags:(?:running\|)?(?:enqueued\|)?asyncLetTask \{
29+
0 = id:2 flags:(?:suspended\|)?(?:running\|)?(?:enqueued\|)?asyncLetTask \{
3030
address = 0x[0-9a-f]+
3131
id = 2
3232
enqueuePriority = \.medium

0 commit comments

Comments
 (0)