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