mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove -enable-experimental-concurrency almost everywhere.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user