Skip to content

Commit 5b662d8

Browse files
authored
[Concurrency] Fix REQUIRES syntax in disabled TaskGroup tests (#63277)
1 parent 4e134ca commit 5b662d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/Concurrency/Runtime/async_taskgroup_discarding.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// REQUIRES: executable_test
55
// REQUIRES: concurrency_runtime
66

7-
// REQUIRES: rdar://104762037
7+
// REQUIRES: rdar104762037
88

99
// rdar://78109470
1010
// UNSUPPORTED: back_deployment_runtime
@@ -61,4 +61,4 @@ func shouldStartWith(_ lhs: Any, _ rhs: Any) {
6161
}
6262
}
6363
}
64-
}
64+
}

test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// REQUIRES: concurrency
44
// REQUIRES: concurrency_runtime
55

6-
// REQUIRES: rdar://104762037
6+
// REQUIRES: rdar104762037
77

88
// UNSUPPORTED: back_deployment_runtime
99
// UNSUPPORTED: OS=linux-gnu

test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// REQUIRES: concurrency
55
// REQUIRES: reflection
66

7-
// REQUIRES: rdar://104762037
7+
// REQUIRES: rdar104762037
88

99
// rdar://76038845
1010
// REQUIRES: concurrency_runtime

0 commit comments

Comments
 (0)