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,6 +1,7 @@
// RUN: %empty-directory(%t)
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name ValueGeneric -enable-experimental-feature ValueGenerics -disable-availability-checking -disable-experimental-parser-round-trip
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name ValueGeneric -disable-availability-checking -disable-experimental-parser-round-trip
// FIXME: Remove -disable-experimental-parser-round-trip after https://github.com/swiftlang/swift-syntax/pull/2859 is merged
// RUN: %FileCheck %s < %t.swiftinterface
// REQUIRES: swift_feature_ValueGenerics