Skip to content

Commit 16ca733

Browse files
authored
Merge pull request #1986 from tshortli/more-explicit-swift-version
Add explicit `-swift-version` argument in more tests
2 parents dbb1cb2 + a9935eb commit 16ca733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ final class IncrementalCompilationTests: XCTestCase {
7878
"-save-temps",
7979
"-incremental",
8080
"-no-color-diagnostics",
81+
"-swift-version", "5",
8182
]
8283
+ inputPathsAndContents.map({ $0.0.nativePathString(escaped: false) }).sorted()
8384
}

0 commit comments

Comments
 (0)