@@ -7314,19 +7314,6 @@ final class SwiftDriverTests: XCTestCase {
7314
7314
XCTAssertLessThan ( pluginB2Index!, pluginCIndex!)
7315
7315
7316
7316
#if os(macOS)
7317
- XCTAssertTrue ( job. commandLine. contains ( . flag( " -external-plugin-path " ) ) )
7318
- let sdkServerPath = sdkRoot. appending ( components: " usr " , " bin " , " swift-plugin-server " ) . pathString
7319
- let sdkPluginPath = sdkRoot. appending ( components: " usr " , " lib " , " swift " , " host " , " plugins " ) . pathString
7320
-
7321
- let sdkPluginPathIndex = job. commandLine. firstIndex ( of: . flag( " \( sdkPluginPath) # \( sdkServerPath) " ) )
7322
- XCTAssertNotNil ( sdkPluginPathIndex)
7323
- XCTAssertLessThan ( pluginCIndex!, sdkPluginPathIndex!)
7324
-
7325
- let sdkLocalPluginPath = sdkRoot. appending ( components: " usr " , " local " , " lib " , " swift " , " host " , " plugins " ) . pathString
7326
- let sdkLocalPluginPathIndex = job. commandLine. firstIndex ( of: . flag( " \( sdkLocalPluginPath) # \( sdkServerPath) " ) )
7327
- XCTAssertNotNil ( sdkLocalPluginPathIndex)
7328
- XCTAssertLessThan ( sdkPluginPathIndex!, sdkLocalPluginPathIndex!)
7329
-
7330
7317
let origPlatformPath =
7331
7318
sdkRoot. parentDirectory. parentDirectory. parentDirectory. parentDirectory
7332
7319
. appending ( component: " \( searchPlatform) .platform " )
@@ -7337,7 +7324,6 @@ final class SwiftDriverTests: XCTestCase {
7337
7324
let platformPluginPath = platformPath. appending ( components: " lib " , " swift " , " host " , " plugins " )
7338
7325
let platformPluginPathIndex = job. commandLine. firstIndex ( of: . flag( " \( platformPluginPath) # \( platformServerPath) " ) )
7339
7326
XCTAssertNotNil ( platformPluginPathIndex)
7340
- XCTAssertLessThan ( sdkLocalPluginPathIndex!, platformPluginPathIndex!)
7341
7327
7342
7328
let platformLocalPluginPath = platformPath. appending ( components: " local " , " lib " , " swift " , " host " , " plugins " )
7343
7329
let platformLocalPluginPathIndex = job. commandLine. firstIndex ( of: . flag( " \( platformLocalPluginPath) # \( platformServerPath) " ) )
0 commit comments