Skip to content

Commit 018115e

Browse files
authored
Enable test for resolved issue (#1005)
1 parent d10b178 commit 018115e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Tests/PeripheryTests/RetentionTest.swift

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,19 +1671,16 @@ final class RetentionTest: FixtureSourceGraphTestCase {
16711671
}
16721672
}
16731673

1674-
// MARK: - Known Failures
1675-
1676-
// https://github.com/apple/swift/issues/56165
16771674
func testCustomConstructorWithLiteral() {
1678-
guard performKnownFailures else { return }
1679-
16801675
analyze(retainPublic: true) {
16811676
assertReferenced(.extensionStruct("Array")) {
16821677
self.assertReferenced(.functionConstructor("init(title:)"))
16831678
}
16841679
}
16851680
}
16861681

1682+
// MARK: - Known Failures
1683+
16871684
// https://github.com/peripheryapp/periphery/issues/676
16881685
func testRetainsInitializerCalledOnTypeAlias() {
16891686
guard performKnownFailures else { return }

0 commit comments

Comments
 (0)