Remove -enable-experimental-concurrency almost everywhere.

This commit is contained in:
Doug Gregor
2021-07-26 16:14:48 -07:00
parent b2dee32b00
commit eeeea49764
247 changed files with 324 additions and 324 deletions

View File

@@ -1,5 +1,5 @@
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -typecheck -enable-library-evolution -enable-experimental-concurrency -disable-availability-checking -emit-module-interface-path %t/Library.swiftinterface -module-name Library %s
// RUN: %target-swift-frontend -typecheck -enable-library-evolution -disable-availability-checking -emit-module-interface-path %t/Library.swiftinterface -module-name Library %s
// RUN: %FileCheck --check-prefix CHECK-EXTENSION %s <%t/Library.swiftinterface
// RUN: %FileCheck --check-prefix CHECK %s <%t/Library.swiftinterface
// REQUIRES: concurrency