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,4 +1,4 @@
// RUN: %target-swift-frontend -emit-silgen %s -module-name initializers -swift-version 5 -enable-experimental-concurrency -disable-availability-checking | %FileCheck %s --enable-var-scope --implicit-check-not=hop_to_executor
// RUN: %target-swift-frontend -emit-silgen %s -module-name initializers -swift-version 5 -disable-availability-checking | %FileCheck %s --enable-var-scope --implicit-check-not=hop_to_executor
// REQUIRES: concurrency
// CHECK: protocol Person {