[test] Remove some REQUIRES: for features not longer used in those files

While doing #76740 I iteratively was adding new `REQUIRES:` as new
usages of the features were found, but I did not realize that at the
same time other people might be removing some of those usages. The tests
in this commit had some `REQUIRES:` line for a previous
`-enable-experimental/upcoming-feature`, but they not longer use those
features, so the `REQUIRES:` were effectively disabling the tests (at
least in the case of `KeyPathWithStaticMembers`. In other cases they
might still had executed).
This commit is contained in:
Daniel Rodríguez Troitiño
2024-11-04 17:37:40 -08:00
parent e5751afd40
commit 5abb1ea6ac
9 changed files with 0 additions and 14 deletions

View File

@@ -1,8 +1,6 @@
// 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'.
// REQUIRES: swift_feature_KeyPathWithStaticMembers
import Swift