Skip to content

Commit acf05f8

Browse files
committed
Remove unnecessary linux skip for test
This doesn't need to be skipped on Linux, it works!
1 parent c393e30 commit acf05f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/SwiftDriverTests/SwiftDriverTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -887,11 +887,8 @@ final class SwiftDriverTests: XCTestCase {
887887
}
888888

889889
func testToolchainUtilities() throws {
890-
// FIXME: This doesn't work on Linux.
891-
#if os(macOS)
892890
let swiftVersion = try DarwinToolchain(env: ProcessEnv.vars).swiftCompilerVersion()
893891
assertString(swiftVersion, contains: "Swift version ")
894-
#endif
895892
}
896893
}
897894

0 commit comments

Comments
 (0)