Skip to content

Commit 7caded3

Browse files
authored
Merge pull request #36334 from davezarzycki/pr36334
[Testing] Add missing `REQUIRES: concurrency`
2 parents 8128686 + 97538ed commit 7caded3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILGen/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-silgen %s -enable-experimental-concurrency | %FileCheck %s
2+
// REQUIRES: concurrency
23

34
// CHECK-LABEL: sil hidden [ossa] @$s7reasync0A8FunctionyyyyYXEYF : $@convention(thin) @async (@noescape @async @callee_guaranteed () -> ()) -> () {
45
func reasyncFunction(_ a: () async -> ()) reasync {

0 commit comments

Comments
 (0)