|
2 | 2 |
|
3 | 3 | // RUN: %target-swift-frontend-dump-parse \ |
4 | 4 | // RUN: -enable-experimental-feature ABIAttribute \ |
5 | | -// RUN: -enable-experimental-feature ExecutionAttribute \ |
6 | 5 | // RUN: -enable-experimental-feature Extern \ |
7 | 6 | // RUN: -enable-experimental-feature LifetimeDependence \ |
8 | 7 | // RUN: -enable-experimental-feature RawLayout \ |
|
14 | 13 |
|
15 | 14 | // RUN: %target-swift-frontend-dump-parse \ |
16 | 15 | // RUN: -enable-experimental-feature ABIAttribute \ |
17 | | -// RUN: -enable-experimental-feature ExecutionAttribute \ |
18 | 16 | // RUN: -enable-experimental-feature Extern \ |
19 | 17 | // RUN: -enable-experimental-feature LifetimeDependence \ |
20 | 18 | // RUN: -enable-experimental-feature RawLayout \ |
|
29 | 27 | // RUN: -module-abi-name ASTGen \ |
30 | 28 | // RUN: -enable-experimental-feature ParserASTGen \ |
31 | 29 | // RUN: -enable-experimental-feature ABIAttribute \ |
32 | | -// RUN: -enable-experimental-feature ExecutionAttribute \ |
33 | 30 | // RUN: -enable-experimental-feature Extern \ |
34 | 31 | // RUN: -enable-experimental-feature LifetimeDependence \ |
35 | 32 | // RUN: -enable-experimental-feature RawLayout \ |
|
42 | 39 | // REQUIRES: swift_swift_parser |
43 | 40 | // REQUIRES: swift_feature_ParserASTGen |
44 | 41 | // REQUIRES: swift_feature_ABIAttribute |
45 | | -// REQUIRES: swift_feature_ExecutionAttribute |
46 | 42 | // REQUIRES: swift_feature_Extern |
47 | 43 | // REQUIRES: swift_feature_LifetimeDependence |
48 | 44 | // REQUIRES: swift_feature_RawLayout |
|
0 commit comments