Skip to content

Commit 733e938

Browse files
committed
Update TestSwiftTaskSyntheticProvider.py
1 parent 4887626 commit 733e938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/async/formatters/task/TestSwiftTaskSyntheticProvider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_top_level_task(self):
2121
patterns=[
2222
textwrap.dedent(
2323
r"""
24-
\(Task<\(\), Error>\) task = id:([1-9]\d*) flags:(?:running|enqueued) \{
24+
\(Task<\(\), Error>\) task = id:([1-9]\d*) flags:(?:suspended\|)(?:running|enqueued) \{
2525
address = 0x[0-9a-f]+
2626
id = \1
2727
enqueuePriority = \.medium

0 commit comments

Comments
 (0)