Skip to content

Commit 525f4ef

Browse files
Update clang/test/ClangScanDeps/visible-modules.c
Co-authored-by: Jan Svoboda <[email protected]>
1 parent 87900ca commit 525f4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/ClangScanDeps/visible-modules.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// RUN: cat %t/result-first-scan.json | sed 's:\\\\\?:/:g' | FileCheck %s -DPREFIX=%/t --check-prefix=SINGLE
1414

1515
/// Re-run scan with different module map for direct dependency.
16-
// RUN: mv %t/A_without_visible_export.modulemap %t/Sysroot/usr/include/A/module.modulemap
16+
// RUN: mv %t/A_with_visible_export.modulemap %t/Sysroot/usr/include/A/module.modulemap
1717
// RUN: clang-scan-deps -emit-visible-modules -compilation-database %t/compile-commands.json \
1818
// RUN: -j 1 -format experimental-full 2>&1 > %t/result.json
1919
// RUN: cat %t/result.json | sed 's:\\\\\?:/:g' | FileCheck %s -DPREFIX=%/t --check-prefix=MULTIPLE
@@ -64,7 +64,7 @@ module A {
6464
}
6565
}
6666

67-
//--- A_without_visible_export.modulemap
67+
//--- A_with_visible_export.modulemap
6868
module A {
6969
explicit module visibleToTU {
7070
header "visibleToTU.h"

0 commit comments

Comments
 (0)