File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ final class NonincrementalCompilationTests: XCTestCase {
216
216
version: " \( version) "
217
217
options: " \( options) "
218
218
build_start_time: [1570318779, 32357931]
219
- build_end_time: [1570318779, 32357941 ]
219
+ build_end_time: [1580318779, 33357858 ]
220
220
inputs:
221
221
" \( file2) " : !dirty [1570318778, 0]
222
222
" \( main) " : [1570083660, 0]
@@ -230,7 +230,7 @@ final class NonincrementalCompilationTests: XCTestCase {
230
230
XCTAssert ( isCloseEnough ( buildRecord. buildStartTime. legacyDriverSecsAndNanos,
231
231
[ 1570318779 , 32357931 ] ) )
232
232
XCTAssert ( isCloseEnough ( buildRecord. buildEndTime. legacyDriverSecsAndNanos,
233
- [ 1570318779 , 32357941 ] ) )
233
+ [ 1580318779 , 33357941 ] ) )
234
234
235
235
XCTAssertEqual ( try ! buildRecord. inputInfos [ VirtualPath ( path: file2 ) ] !. status,
236
236
. needsCascadingBuild)
You can’t perform that action at this time.
0 commit comments