Skip to content

Commit ff67178

Browse files
committed
[WIP] Remove references to deleted lit-tests of the Legacy driver
1 parent 3a7016a commit ff67178

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/SwiftDriverTests/IntegrationTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ final class IntegrationTests: IntegrationTestCase {
126126
try runLitTests(suite: "test", "Driver")
127127
}
128128

129-
func testLitDriverDependenciesTests() throws {
130-
try runLitTests(suite: "test", "Driver", "Dependencies")
131-
}
132-
133129
func testLitDriverValidationTests() throws {
134130
guard ProcessEnv.vars.keys.contains("SWIFT_DRIVER_ENABLE_FAILING_INTEGRATION_TESTS") else {
135131
throw XCTSkip("Not all Driver validation-tests supported")

0 commit comments

Comments
 (0)