Skip to content

Commit d587ab4

Browse files
committed
Re-enable testLitDriverDependenciesTests on Apple Silicon
1 parent 6802739 commit d587ab4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/SwiftDriverTests/IntegrationTests.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ final class IntegrationTests: IntegrationTestCase {
127127
}
128128

129129
func testLitDriverDependenciesTests() throws {
130-
#if os(macOS) && arch(arm64)
131-
// Disabled on Apple Silicon
132-
// rdar://76609781
133-
throw XCTSkip()
134-
#endif
135130
try runLitTests(suite: "test", "Driver", "Dependencies")
136131
}
137132

0 commit comments

Comments
 (0)