mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Remove ExecutionAttribute experimental feature
SE-0461 has been accepted and `@concurrent` and `nonisolated(nonsending)` can be make generally available now.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
// RUN: %target-swift-frontend-dump-parse \
|
||||
// RUN: -enable-experimental-feature ABIAttribute \
|
||||
// RUN: -enable-experimental-feature ExecutionAttribute \
|
||||
// RUN: -enable-experimental-feature Extern \
|
||||
// RUN: -enable-experimental-feature LifetimeDependence \
|
||||
// RUN: -enable-experimental-feature RawLayout \
|
||||
@@ -14,7 +13,6 @@
|
||||
|
||||
// RUN: %target-swift-frontend-dump-parse \
|
||||
// RUN: -enable-experimental-feature ABIAttribute \
|
||||
// RUN: -enable-experimental-feature ExecutionAttribute \
|
||||
// RUN: -enable-experimental-feature Extern \
|
||||
// RUN: -enable-experimental-feature LifetimeDependence \
|
||||
// RUN: -enable-experimental-feature RawLayout \
|
||||
@@ -29,7 +27,6 @@
|
||||
// RUN: -module-abi-name ASTGen \
|
||||
// RUN: -enable-experimental-feature ParserASTGen \
|
||||
// RUN: -enable-experimental-feature ABIAttribute \
|
||||
// RUN: -enable-experimental-feature ExecutionAttribute \
|
||||
// RUN: -enable-experimental-feature Extern \
|
||||
// RUN: -enable-experimental-feature LifetimeDependence \
|
||||
// RUN: -enable-experimental-feature RawLayout \
|
||||
@@ -42,7 +39,6 @@
|
||||
// REQUIRES: swift_swift_parser
|
||||
// REQUIRES: swift_feature_ParserASTGen
|
||||
// REQUIRES: swift_feature_ABIAttribute
|
||||
// REQUIRES: swift_feature_ExecutionAttribute
|
||||
// REQUIRES: swift_feature_Extern
|
||||
// REQUIRES: swift_feature_LifetimeDependence
|
||||
// REQUIRES: swift_feature_RawLayout
|
||||
|
||||
Reference in New Issue
Block a user