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,6 +1,6 @@
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -typecheck -swift-version 5 -module-name FeatureTest -emit-module-interface-path - -enable-library-evolution -enable-experimental-concurrency -disable-availability-checking %s | %FileCheck %s
// RUN: %target-swift-frontend -typecheck -swift-version 5 -module-name FeatureTest -emit-module-interface-path - -enable-library-evolution -disable-availability-checking %s | %FileCheck %s
// REQUIRES: concurrency
// REQUIRES: concurrency