Skip to content

Commit 40bab34

Browse files
author
David Ungar
committed
fix test
1 parent 2bb3006 commit 40bab34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ final class NonincrementalCompilationTests: XCTestCase {
216216
version: "\(version)"
217217
options: "\(options)"
218218
build_start_time: [1570318779, 32357931]
219-
build_end_time: [1570318779, 32357941]
219+
build_end_time: [1580318779, 33357858]
220220
inputs:
221221
"\(file2)": !dirty [1570318778, 0]
222222
"\(main)": [1570083660, 0]
@@ -230,7 +230,7 @@ final class NonincrementalCompilationTests: XCTestCase {
230230
XCTAssert(isCloseEnough(buildRecord.buildStartTime.legacyDriverSecsAndNanos,
231231
[1570318779, 32357931]))
232232
XCTAssert(isCloseEnough(buildRecord.buildEndTime.legacyDriverSecsAndNanos,
233-
[1570318779, 32357941]))
233+
[1580318779, 33357941]))
234234

235235
XCTAssertEqual(try! buildRecord.inputInfos[VirtualPath(path: file2 )]!.status,
236236
.needsCascadingBuild)

0 commit comments

Comments
 (0)