From f39044d4f3a361e48289cee57314ea9763088e23 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Wed, 28 May 2025 16:14:06 -0700 Subject: [PATCH] Re-enable a test case in lifetime_depende_infer.swiftinterface. This is fixed: rdar://150073405 ([SILGen] support synthesized _modify on top of borrowed getters with library evolution) --- test/Sema/Inputs/lifetime_depend_infer.swiftinterface | 3 --- 1 file changed, 3 deletions(-) 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)