Skip to content

Commit efb4751

Browse files
authored
Merge pull request swiftlang#40324 from davezarzycki/pr40324
[testing] Add missing `REQUIRES: concurrency`
2 parents 1cfb8f0 + 455143a commit efb4751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILGen/mangling_predates_concurrency.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-emit-silgen %s | %FileCheck %s
2+
// REQUIRES: concurrency
23

34

45
// CHECK: sil [ossa] @$s29mangling_predates_concurrency16excitingFunction5value4bodyyycx_yycSgtlF : $@convention(thin) <T where T : Sendable> (@in_guaranteed T, @guaranteed Optional<@Sendable @callee_guaranteed () -> ()>) -> @owned @callee_guaranteed () -> ()

0 commit comments

Comments
 (0)