Skip to content

Commit cb2a30a

Browse files
committed
Re-enable testExplicitSwiftPackageBuild
Disabled in: #3673
1 parent 92dcfa0 commit cb2a30a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/BuildTests/BuildPlanTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ final class BuildPlanTests: XCTestCase {
124124
}
125125

126126
func testExplicitSwiftPackageBuild() throws {
127-
// <rdar://82053045> Fix and re-enable SwiftPM test `testExplicitSwiftPackageBuild`
128-
try XCTSkipIf(true)
129127
try withTemporaryDirectory { path in
130128
// Create a test package with three targets:
131129
// A -> B -> C

0 commit comments

Comments
 (0)