We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10b178 commit 018115eCopy full SHA for 018115e
Tests/PeripheryTests/RetentionTest.swift
@@ -1671,19 +1671,16 @@ final class RetentionTest: FixtureSourceGraphTestCase {
1671
}
1672
1673
1674
- // MARK: - Known Failures
1675
-
1676
- // https://github.com/apple/swift/issues/56165
1677
func testCustomConstructorWithLiteral() {
1678
- guard performKnownFailures else { return }
1679
1680
analyze(retainPublic: true) {
1681
assertReferenced(.extensionStruct("Array")) {
1682
self.assertReferenced(.functionConstructor("init(title:)"))
1683
1684
1685
1686
+ // MARK: - Known Failures
+
1687
// https://github.com/peripheryapp/periphery/issues/676
1688
func testRetainsInitializerCalledOnTypeAlias() {
1689
guard performKnownFailures else { return }
0 commit comments