We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab48712 commit 716e6d5Copy full SHA for 716e6d5
Tests/SwiftDriverTests/IncrementalCompilationTests.swift
@@ -134,10 +134,9 @@ extension IncrementalCompilationTests {
134
/// Ensure that autolink output file goes with .o directory, to not prevent incremental omission of
135
/// autolink job.
136
/// Much of the code below is taking from testLinking(), but uses the output file map code here.
137
- func testAutolinkOutputPath() {
+ func testAutolinkOutputPath() throws {
138
#if os(Windows)
139
- // XCTSkip("Driver.init fatalError")
140
- return
+ throw XCTSkip("Driver.init fatalError")
141
#else
142
var env = ProcessEnv.vars
143
env["SWIFT_DRIVER_TESTS_ENABLE_EXEC_PATH_FALLBACK"] = "1"
0 commit comments