xref: /llvm-project/clang-tools-extra/test/modularize/ProblemsDisplayLists.modularize (revision 7baf5d3841ee16df66e218b1b892d3d2a3f0680b)
1# RUN: not modularize -display-file-lists %S/Inputs/CompileError/module.modulemap 2>&1 | FileCheck %s
2
3# CHECK: {{.*}}{{[/\\]}}Inputs{{[/\\]}}CompileError{{[/\\]}}HasError.h:1:9: error: unknown type name 'WithoutDep'
4
5# CHECK: These are the files with possible errors:
6
7# CHECK: Inputs/CompileError/HasError.h
8
9# CHECK: These are the files with no detected errors:
10
11# CHECK: Inputs/CompileError/Level1A.h
12
13# CHECK: These are the combined files, with problem files preceded by #:
14
15# CHECK:      Inputs/CompileError/HasError.h
16# CHECK-NEXT: Inputs/CompileError/Level1A.h
17