File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
6868module A {
6969 explicit module visibleToTU {
7070 header "visibleToTU.h"
You can’t perform that action at this time.
0 commit comments