[send-non-sendable] Add REQUIRES: asserts to concurrency tests that use SendNonSendable.

This commit is contained in:
Michael Gottesman
2023-08-31 19:25:19 -07:00
parent fca9db2a7e
commit b53af9419c
76 changed files with 80 additions and 25 deletions

View File

@@ -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, *)