Skip to content

Commit 988c4a7

Browse files
authored
Merge pull request #1151 from compnerd/count
SwiftDriverTests: adjust module count on Windows
2 parents b38ecd2 + 5831e8f commit 988c4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
11281128
hostTriple.version(for: .macOS) >= Triple.Version(11, 0, 0) {
11291129
expectedNumberOfDependencies = 11
11301130
} else if driver.targetTriple.isWindows {
1131-
expectedNumberOfDependencies = 13
1131+
expectedNumberOfDependencies = 14
11321132
} else {
11331133
expectedNumberOfDependencies = 12
11341134
}

0 commit comments

Comments
 (0)