Skip to content

Commit 47ee771

Browse files
committed
[testing] Add missing REQUIRES: concurrency
1 parent 2e32a7c commit 47ee771

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)