Skip to content

Commit b1448ed

Browse files
committed
[Testing] Add missing REQUIRES: concurrency
1 parent b78a649 commit b1448ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/compiler_crashers_2_fixed/rdar71260862.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-library-evolution -enable-experimental-concurrency
2+
// REQUIRES: concurrency
23

34
public class X {
45
public func f() async { }

0 commit comments

Comments
 (0)