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