|
2 | 2 |
|
3 | 3 | // RUN: %target-swift-frontend-dump-parse \
|
4 | 4 | // RUN: -enable-experimental-feature ABIAttribute \
|
| 5 | +// RUN: -enable-experimental-feature ExecutionAttribute \ |
5 | 6 | // RUN: -enable-experimental-feature Extern \
|
6 | 7 | // RUN: -enable-experimental-feature LifetimeDependence \
|
7 | 8 | // RUN: -enable-experimental-feature SymbolLinkageMarkers \
|
|
11 | 12 |
|
12 | 13 | // RUN: %target-swift-frontend-dump-parse \
|
13 | 14 | // RUN: -enable-experimental-feature ABIAttribute \
|
| 15 | +// RUN: -enable-experimental-feature ExecutionAttribute \ |
14 | 16 | // RUN: -enable-experimental-feature Extern \
|
15 | 17 | // RUN: -enable-experimental-feature LifetimeDependence \
|
16 | 18 | // RUN: -enable-experimental-feature SymbolLinkageMarkers \
|
|
23 | 25 | // RUN: -module-abi-name ASTGen \
|
24 | 26 | // RUN: -enable-experimental-feature ParserASTGen \
|
25 | 27 | // RUN: -enable-experimental-feature ABIAttribute \
|
| 28 | +// RUN: -enable-experimental-feature ExecutionAttribute \ |
26 | 29 | // RUN: -enable-experimental-feature Extern \
|
27 | 30 | // RUN: -enable-experimental-feature LifetimeDependence \
|
28 | 31 | // RUN: -enable-experimental-feature SymbolLinkageMarkers \
|
|
32 | 35 | // REQUIRES: swift_swift_parser
|
33 | 36 | // REQUIRES: swift_feature_ParserASTGen
|
34 | 37 | // REQUIRES: swift_feature_ABIAttribute
|
| 38 | +// REQUIRES: swift_feature_ExecutionAttribute |
35 | 39 | // REQUIRES: swift_feature_Extern
|
36 | 40 | // REQUIRES: swift_feature_LifetimeDependence
|
37 | 41 | // REQUIRES: swift_feature_SymbolLinkageMarkers
|
|
0 commit comments