[Concurrency] NFC: Switch tests to use -strict-concurrency=complete instead of -warn-concurrency

This commit is contained in:
Pavel Yaskevich
2023-12-08 14:10:51 -08:00
parent 28e63694ea
commit dbf1146963
32 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-typecheck-verify-swift -warn-concurrency -disable-availability-checking
// RUN: %target-typecheck-verify-swift -strict-concurrency=complete -disable-availability-checking
// REQUIRES: concurrency
// REQUIRES: distributed