Skip to content

Commit 24e2e4c

Browse files
committed
[libclang][cas] Fix local path that showed up in test
rdar://107634986 (cherry picked from commit 3c2b29f)
1 parent 0042dc2 commit 24e2e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Index/Core/scan-deps-cas.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
// INCLUDE_TREE-NEXT: module:
7171
// INCLUDE_TREE-NEXT: name: ModA
7272
// INCLUDE_TREE-NEXT: context-hash: [[HASH_MOD_A:[A-Z0-9]+]]
73-
// INCLUDE_TREE-NEXT: module-map-path: /Users/blangmuir/src/cas/llvm-project/clang/test/Index/Core/Inputs/module/module.modulemap
73+
// INCLUDE_TREE-NEXT: module-map-path: [[PREFIX]]/Inputs/module/module.modulemap
7474
// INCLUDE_TREE-NEXT: cache-key: [[ModA_CACHE_KEY:llvmcas://[[:xdigit:]]+]]
7575
// INCLUDE_TREE-NEXT: module-deps:
7676
// INCLUDE_TREE-NEXT: file-deps:

0 commit comments

Comments
 (0)