mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[send-non-sendable] Add REQUIRES: asserts to concurrency tests that use SendNonSendable.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// RUN: %target-swift-frontend -disable-availability-checking %s -emit-sil -o /dev/null -verify -strict-concurrency=complete -enable-experimental-feature SendNonSendable
|
||||
|
||||
// REQUIRES: concurrency
|
||||
// REQUIRES: asserts
|
||||
|
||||
// expected-note@+2{{add 'async' to function 'missingAsync' to make it asynchronous}}
|
||||
@available(SwiftStdlib 5.1, *)
|
||||
|
||||
Reference in New Issue
Block a user