File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
lib/ASTGen/Sources/ASTGen Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ extension Parser.ExperimentalFeatures {
7777 mapFeature ( . CoroutineAccessors, to: . coroutineAccessors)
7878 mapFeature ( . ValueGenerics, to: . valueGenerics)
7979 mapFeature ( . ABIAttribute, to: . abiAttribute)
80+ // TODO: mapFeature(.KeypathWithMethodMembers, to: .keypathWithMethodMembers)
81+ mapFeature ( . OldOwnershipOperatorSpellings, to: . oldOwnershipOperatorSpellings)
8082 }
8183}
8284
Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
22// RUN: %target-swift-frontend-dump-parse -target %target-swift-5.1-abi-triple -enable-experimental-move-only -enable-experimental-feature ParserASTGen \
3+ // RUN: -enable-experimental-feature OldOwnershipOperatorSpellings \
34// RUN: | %sanitize-address > %t/astgen.ast
45// RUN: %target-swift-frontend-dump-parse -target %target-swift-5.1-abi-triple -enable-experimental-move-only \
6+ // RUN: -enable-experimental-feature OldOwnershipOperatorSpellings \
57// RUN: | %sanitize-address > %t/cpp-parser.ast
68
79// RUN: %diff -u %t/astgen.ast %t/cpp-parser.ast
810
9- // RUN: %target-run-simple-swift(-target %target-swift-5.1-abi-triple -enable-experimental-feature ParserASTGen)
11+ // RUN: %target-run-simple-swift(-target %target-swift-5.1-abi-triple -enable-experimental-feature OldOwnershipOperatorSpellings -enable-experimental-feature ParserASTGen)
1012
1113// REQUIRES: executable_test
1214// REQUIRES: swift_swift_parser
1315// REQUIRES: swift_feature_ParserASTGen
16+ // REQUIRES: swift_feature_OldOwnershipOperatorSpellings
1417
1518// rdar://116686158
1619// UNSUPPORTED: asan
You can’t perform that action at this time.
0 commit comments