Skip to content

Commit 806ee27

Browse files
committed
Add missing ? qualifier in test
1 parent 22da9ad commit 806ee27

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:(?:suspended\|)(?: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)