mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user