Skip to content

Commit c895dd6

Browse files
author
David Ungar
committed
Adjust test to cope with better remark in new driver
1 parent 558a0cc commit c895dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/Dependencies/driver-show-incremental-mutual-fine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
// RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path "%{python.unquoted};%S/Inputs/update-dependencies.py;%swift-dependency-tool" -output-file-map %t/output.json -incremental -driver-always-rebuild-dependents ./main.swift ./other.swift -module-name main -j1 -v -driver-show-incremental 2>&1 | %FileCheck -check-prefix=CHECK-THIRD %s
1717
// CHECK-THIRD: Queuing (initial): {compile: other.o <= other.swift}
1818
// CHECK-THIRD-DAG: Queuing because of the initial set: {compile: main.o <= main.swift}
19-
// CHECK-THIRD-DAG: interface of top-level name 'a' in other.swift -> interface of source file main.swiftdeps
19+
// CHECK-THIRD-DAG: interface of top-level name 'a' in other.swift -> interface of source file {{from main.swiftdeps in main.swift|main.swiftdeps}}

0 commit comments

Comments
 (0)