Skip to content

Commit 22da9ad

Browse files
committed
Update TestSwiftTaskGroupSynthetic.py
1 parent 733e938 commit 22da9ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/test/API/lang/swift/async/taskgroups/TestSwiftTaskGroupSynthetic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ def do_test_print(self):
3232
textwrap.dedent(
3333
r"""
3434
\((?:Throwing)?TaskGroup<\(\)\??(?:, Error)?>\) group = \{
35-
\[0\] = id:([1-9]\d*) flags:(?:running\|)?(?:enqueued\|)?groupChildTask \{
35+
\[0\] = id:([1-9]\d*) flags:(?:suspended\|)?(?:running\|)?(?:enqueued\|)?groupChildTask \{
3636
address = 0x[0-9a-f]+
3737
id = \1
3838
enqueuePriority = \.medium
3939
parent = (.+)
4040
children = \{\}
4141
\}
42-
\[1\] = id:([1-9]\d*) flags:(?:running\|)?(?:enqueued\|)?groupChildTask \{
42+
\[1\] = id:([1-9]\d*) flags:(?:suspended\|)?(?:running\|)?(?:enqueued\|)?groupChildTask \{
4343
address = 0x[0-9a-f]+
4444
id = \3
4545
enqueuePriority = \.medium
4646
parent = \2
4747
children = \{\}
4848
\}
49-
\[2\] = id:([1-9]\d*) flags:(?:running\|)?(?:enqueued\|)?groupChildTask \{
49+
\[2\] = id:([1-9]\d*) flags:(?:suspended\|)?(?:running\|)?(?:enqueued\|)?groupChildTask \{
5050
address = 0x[0-9a-f]+
5151
id = \4
5252
enqueuePriority = \.medium

0 commit comments

Comments
 (0)