Enable experimental parser round-trip in test cases that no longer need it

Also, track all remaining uses of `-disable-experimental-parser-round-trip` by issues.
This commit is contained in:
Alex Hoppen
2024-10-09 17:04:43 -07:00
parent af036feb50
commit 9bbdeaa8c0
8 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
// RUN: %target-swift-emit-silgen -target %target-swift-5.1-abi-triple -disable-experimental-parser-round-trip -parse-stdlib -module-name keypaths %s | %FileCheck %s
// FIXME: Remove '-disable-experimental-parser-round-trip'.
// RUN: %target-swift-emit-silgen -target %target-swift-5.1-abi-triple -parse-stdlib -module-name keypaths %s | %FileCheck %s
// REQUIRES: swift_feature_KeyPathWithStaticMembers