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: Inputs/CompileError/Level1A.h
17