From b97c27d644e019392beab0f4b1f6621b66782ebb Mon Sep 17 00:00:00 2001 From: Artem Chikin Date: Tue, 18 Apr 2023 13:18:05 -0700 Subject: [PATCH] [WIP] Remove references to deleted lit-tests of the Legacy driver --- Tests/SwiftDriverTests/IntegrationTests.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tests/SwiftDriverTests/IntegrationTests.swift b/Tests/SwiftDriverTests/IntegrationTests.swift index 5a30dfab8..ada12100d 100644 --- a/Tests/SwiftDriverTests/IntegrationTests.swift +++ b/Tests/SwiftDriverTests/IntegrationTests.swift @@ -126,10 +126,6 @@ final class IntegrationTests: IntegrationTestCase { try runLitTests(suite: "test", "Driver") } - func testLitDriverDependenciesTests() throws { - try runLitTests(suite: "test", "Driver", "Dependencies") - } - func testLitDriverValidationTests() throws { guard ProcessEnv.vars.keys.contains("SWIFT_DRIVER_ENABLE_FAILING_INTEGRATION_TESTS") else { throw XCTSkip("Not all Driver validation-tests supported")