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 @@
// REQUIRES: VENDOR=apple
// REQUIRES: concurrency
// RUN: %target-swift-frontend -emit-ir %s -enable-experimental-concurrency -disable-availability-checking -validate-tbd-against-ir=all -module-name test | %FileCheck %s
// RUN: %target-swift-frontend -emit-ir %s -disable-availability-checking -validate-tbd-against-ir=all -module-name test | %FileCheck %s
// CHECK: @barTu = global %swift.async_func_pointer
@_silgen_name("bar")