Skip to content

Commit 7cc8433

Browse files
author
David Ungar
committed
Use null builds
1 parent 971386a commit 7cc8433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ final class IncrementalCompilationTests: XCTestCase {
369369
/// Ensure that the mod date of the input comes back exactly the same via the build-record.
370370
/// Otherwise the up-to-date calculation in `IncrementalCompilationState` will fail.
371371
func testBuildRecordDateAccuracy() throws {
372+
tryInitial(false)
372373
(1...10).forEach { n in
373-
tryInitial(false)
374374
tryNoChange(true)
375375
}
376376
}

0 commit comments

Comments
 (0)