@@ -496,7 +496,7 @@ final class IncrementalCompilationTests: XCTestCase {
496496 " Forming batch job from 1 constituents: main.swift " ,
497497 " Incremental compilation: Queuing Compiling main.swift " ,
498498 " Starting Compiling main.swift " ,
499- " Incremental compilation: Traced: interface of main.swiftdeps from: main.swift -> interface of top-level name foo from: main.swift -> implementation of other.swiftdeps from: other.swift " ,
499+ " Incremental compilation: Traced: interface of source file ' main.swiftdeps' from: main.swift -> interface of top-level name ' foo' from: main.swift -> implementation of source file ' other.swiftdeps' from: other.swift " ,
500500 " Incremental compilation: Queuing because of dependencies discovered later: {compile: other.o <= other.swift} " ,
501501 " Incremental compilation: Scheduling discovered {compile: other.o <= other.swift} " ,
502502 " Finished Compiling main.swift " ,
@@ -520,7 +520,7 @@ final class IncrementalCompilationTests: XCTestCase {
520520 " Incremental compilation: May skip current input: {compile: other.o <= other.swift} " ,
521521 " Incremental compilation: Queuing (initial): {compile: main.o <= main.swift} " ,
522522 " Incremental compilation: scheduling dependents of main.swift; -driver-always-rebuild-dependents " ,
523- " Incremental compilation: Traced: interface of top-level name foo from: main.swift -> implementation of other.swiftdeps from: other.swift " ,
523+ " Incremental compilation: Traced: interface of top-level name ' foo' from: main.swift -> implementation of source file ' other.swiftdeps' from: other.swift " ,
524524 " Incremental compilation: Found dependent of main.swift: {compile: other.o <= other.swift} " ,
525525 " Incremental compilation: Immediately scheduling dependent on main.swift {compile: other.o <= other.swift} " ,
526526 " Incremental compilation: Queuing (dependent): {compile: other.o <= other.swift} " ,
0 commit comments