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.
2 parents dbb1cb2 + a9935eb commit 16ca733Copy full SHA for 16ca733
Tests/SwiftDriverTests/IncrementalCompilationTests.swift
@@ -78,6 +78,7 @@ final class IncrementalCompilationTests: XCTestCase {
78
"-save-temps",
79
"-incremental",
80
"-no-color-diagnostics",
81
+ "-swift-version", "5",
82
]
83
+ inputPathsAndContents.map({ $0.0.nativePathString(escaped: false) }).sorted()
84
}
0 commit comments