Skip to content

Commit b26e38e

Browse files
authored
Merge pull request #36890 from davezarzycki/pr36890
Add missing `REQUIRES: concurrency`
2 parents 5db5733 + 3440c4d commit b26e38e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/reasync_ranking.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -enable-experimental-concurrency
2+
// REQUIRES: concurrency
23

34
// We don't want 'reasync' overloads to have a higher score in the
45
// case of a sync vs reasync mismatch the way 'async' overloads do,

0 commit comments

Comments
 (0)