diff --git a/test/Sema/Inputs/lifetime_depend_infer.swiftinterface b/test/Sema/Inputs/lifetime_depend_infer.swiftinterface index 9e57192c98023..8c30808dacc07 100644 --- a/test/Sema/Inputs/lifetime_depend_infer.swiftinterface +++ b/test/Sema/Inputs/lifetime_depend_infer.swiftinterface @@ -253,15 +253,12 @@ public struct NoncopyableSelfAccessors : ~Copyable & ~Escapable { _modify } - // FIXME: rdar://150073405 ([SILGen] support synthesized _modify on top of borrowed getters with library evolution) - /* public var neComputedBorrow: lifetime_depend_infer.NE { @lifetime(borrow self) get @lifetime(&self) set } - */ public var neYieldedBorrow: lifetime_depend_infer.NE { @lifetime(borrow self)