Skip to content

Commit f39044d

Browse files
committed
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)
1 parent 7ac5516 commit f39044d

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)