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 971386a commit 7cc8433Copy full SHA for 7cc8433
Tests/SwiftDriverTests/IncrementalCompilationTests.swift
@@ -369,8 +369,8 @@ 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
+ tryInitial(false)
373
(1...10).forEach { n in
- tryInitial(false)
374
tryNoChange(true)
375
}
376
0 commit comments