Skip to content

Commit a9935eb

Browse files
committed
Add explicit -swift-version argument in more tests.
#1985 missed a test suite where `-swift-version` needs to be specified explicitly.
1 parent 6f569c3 commit a9935eb

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)