Skip to content

Commit 5319a1a

Browse files
authored
Merge pull request swiftlang#36693 from davezarzycki/pr36693
[testing] Add missing `REQUIRES: concurrency`
2 parents 3de7f6f + 47ee771 commit 5319a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/mandatory_inlining_reasync.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-sil -enable-experimental-concurrency %s | %FileCheck %s
2+
// REQUIRES: concurrency
23

34
@_transparent
45
func reasyncFunction(_ value: Optional<Int>, _ fn: () async throws -> Int) reasync rethrows -> Int {

0 commit comments

Comments
 (0)