Skip to content

Commit 02dbc11

Browse files
committed
Update ScanDependencies/cxx-overlay-source-lookup.swift (NFC)
This one `CHECK-NEXT: cxx-overlay-source-lookup.swift` used to match because the expansion of the `%t` temp dir contained the substring "cxx-overlay-source-lookup.swift", but this is now sanitized to `TMP_DIR`. The actual source file name is `client.swift`, created by `split-file` inside the `%t` directory.
1 parent bc6a034 commit 02dbc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ScanDependencies/cxx-overlay-source-lookup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/// --------Main module
99
// CHECK-LABEL: "modulePath": "deps.swiftmodule",
1010
// CHECK-NEXT: "sourceFiles": [
11-
// CHECK-NEXT: cxx-overlay-source-lookup.swift
11+
// CHECK-NEXT: client.swift
1212
// CHECK-NEXT: ],
1313
// CHECK: "directDependencies": [
1414
// CHECK-DAG: "swift": "Swift"

0 commit comments

Comments
 (0)