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 0979e9a commit 971386aCopy full SHA for 971386a
Tests/SwiftDriverTests/IncrementalCompilationTests.swift
@@ -369,7 +369,7 @@ final class IncrementalCompilationTests: XCTestCase {
369
/// Ensure that the mod date of the input comes back exactly the same via the build-record.
370
/// Otherwise the up-to-date calculation in `IncrementalCompilationState` will fail.
371
func testBuildRecordDateAccuracy() throws {
372
- (1...10) .forEach { n in
+ (1...10).forEach { n in
373
tryInitial(false)
374
tryNoChange(true)
375
}
0 commit comments