Skip to content

Commit 0e650c1

Browse files
committed
[Testing] Add missing REQUIRES
1 parent d01aa21 commit 0e650c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/compiler_crashers_2_fixed/rdar71816041.swift

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

34
func getIntAndString() async -> (Int, String) { (5, "1") }
45

0 commit comments

Comments
 (0)