Skip to content

Commit 6a66895

Browse files
authored
Merge pull request swiftlang#35138 from davezarzycki/pr35138
[testing] add missing REQUIRES: concurrency
2 parents a8a95d0 + 238413d commit 6a66895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/compiler_crashers_2_fixed/rdar72397303.swift

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

34
protocol P {
45
func f<T>() async throws -> T?

0 commit comments

Comments
 (0)