Skip to content

Commit

Permalink
Enable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Sep 15, 2024
1 parent 0f759fd commit 9470613
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Tests/PeripheryTests/RetentionTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1583,19 +1583,17 @@ 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"))
}
}
}

// MARK: - Known Failures

// https://github.com/apple/swift/issues/56165
func testCustomConstructorWithLiteral() {
guard performKnownFailures else { return }
Expand Down

0 comments on commit 9470613

Please sign in to comment.