Skip to content

Commit 0309879

Browse files
authored
Merge pull request swiftlang#81822 from atrick/reenable-test
Re-enable a test case in lifetime_depende_infer.swiftinterface.
2 parents bcc7ed9 + f39044d commit 0309879

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Sema/Inputs/lifetime_depend_infer.swiftinterface

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,12 @@ public struct NoncopyableSelfAccessors : ~Copyable & ~Escapable {
253253
_modify
254254
}
255255

256-
// FIXME: rdar://150073405 ([SILGen] support synthesized _modify on top of borrowed getters with library evolution)
257-
/*
258256
public var neComputedBorrow: lifetime_depend_infer.NE {
259257
@lifetime(borrow self)
260258
get
261259
@lifetime(&self)
262260
set
263261
}
264-
*/
265262

266263
public var neYieldedBorrow: lifetime_depend_infer.NE {
267264
@lifetime(borrow self)

0 commit comments

Comments
 (0)