From 0fb09cd6bb366d342023823ae1dbe78253bf947c Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Sun, 15 Sep 2024 15:59:14 +0100 Subject: [PATCH] Enable skipped test (#814) --- 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 }