Skip to content

Commit 9eebfaf

Browse files
committed
[lldb] Add "suspended" to regex in TestSwiftSyntheticTaskChildren
1 parent aeffdf3 commit 9eebfaf

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)