Skip to content

Commit 238413d

Browse files
committed
[testing] add missing REQUIRES: concurrency
1 parent 3e1b01a commit 238413d

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)