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 6f569c3 commit a9935ebCopy full SHA for a9935eb
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