@@ -7322,19 +7322,6 @@ final class SwiftDriverTests: XCTestCase {
7322
7322
XCTAssertLessThan ( pluginB2Index!, pluginCIndex!)
7323
7323
7324
7324
#if os(macOS)
7325
- XCTAssertTrue ( job. commandLine. contains ( . flag( " -external-plugin-path " ) ) )
7326
- let sdkServerPath = sdkRoot. appending ( components: " usr " , " bin " , " swift-plugin-server " ) . pathString
7327
- let sdkPluginPath = sdkRoot. appending ( components: " usr " , " lib " , " swift " , " host " , " plugins " ) . pathString
7328
-
7329
- let sdkPluginPathIndex = job. commandLine. firstIndex ( of: . flag( " \( sdkPluginPath) # \( sdkServerPath) " ) )
7330
- XCTAssertNotNil ( sdkPluginPathIndex)
7331
- XCTAssertLessThan ( pluginCIndex!, sdkPluginPathIndex!)
7332
-
7333
- let sdkLocalPluginPath = sdkRoot. appending ( components: " usr " , " local " , " lib " , " swift " , " host " , " plugins " ) . pathString
7334
- let sdkLocalPluginPathIndex = job. commandLine. firstIndex ( of: . flag( " \( sdkLocalPluginPath) # \( sdkServerPath) " ) )
7335
- XCTAssertNotNil ( sdkLocalPluginPathIndex)
7336
- XCTAssertLessThan ( sdkPluginPathIndex!, sdkLocalPluginPathIndex!)
7337
-
7338
7325
let origPlatformPath =
7339
7326
sdkRoot. parentDirectory. parentDirectory. parentDirectory. parentDirectory
7340
7327
. appending ( component: " \( searchPlatform) .platform " )
@@ -7345,7 +7332,6 @@ final class SwiftDriverTests: XCTestCase {
7345
7332
let platformPluginPath = platformPath. appending ( components: " lib " , " swift " , " host " , " plugins " )
7346
7333
let platformPluginPathIndex = job. commandLine. firstIndex ( of: . flag( " \( platformPluginPath) # \( platformServerPath) " ) )
7347
7334
XCTAssertNotNil ( platformPluginPathIndex)
7348
- XCTAssertLessThan ( sdkLocalPluginPathIndex!, platformPluginPathIndex!)
7349
7335
7350
7336
let platformLocalPluginPath = platformPath. appending ( components: " local " , " lib " , " swift " , " host " , " plugins " )
7351
7337
let platformLocalPluginPathIndex = job. commandLine. firstIndex ( of: . flag( " \( platformLocalPluginPath) # \( platformServerPath) " ) )
0 commit comments