Skip to content

Commit f01d11d

Browse files
authored
Update SwiftDriverTests.swift
Remove Windows test
1 parent 678ffc8 commit f01d11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDriverTests/SwiftDriverTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4442,7 +4442,7 @@ final class SwiftDriverTests: XCTestCase {
44424442
var envVars = ProcessEnv.vars
44434443
envVars["SWIFT_DRIVER_LD_EXEC"] = ld.pathString.nativePathString()
44444444

4445-
let targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-macosx10.9", "x86_64-unknown-windows-msvc"]
4445+
let targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-macosx10.9"]
44464446
for target in targets {
44474447
var driver = try Driver(args: ["swiftc", "foo.swift", "-lto=llvm-thin", "-target", target],
44484448
env: envVars)

0 commit comments

Comments
 (0)