From 9470613b784d1b825e7888f4f4db7ea209f1d3fc Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Sun, 15 Sep 2024 15:51:26 +0100 Subject: [PATCH] Enable skipped test --- Tests/PeripheryTests/RetentionTest.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Tests/PeripheryTests/RetentionTest.swift b/Tests/PeripheryTests/RetentionTest.swift index 1c48227e0..b42c25dde 100644 --- a/Tests/PeripheryTests/RetentionTest.swift +++ b/Tests/PeripheryTests/RetentionTest.swift @@ -1583,12 +1583,8 @@ final class RetentionTest: FixtureSourceGraphTestCase { } } - // MARK: - Known Failures - // https://github.com/apple/swift/issues/56541 func testStaticMemberUsedAsSubscriptKey() { - guard performKnownFailures else { return } - analyze(retainPublic: true) { assertReferenced(.enum("FixtureEnum128")) { self.assertReferenced(.varStatic("someVar")) @@ -1596,6 +1592,8 @@ final class RetentionTest: FixtureSourceGraphTestCase { } } + // MARK: - Known Failures + // https://github.com/apple/swift/issues/56165 func testCustomConstructorWithLiteral() { guard performKnownFailures else { return }