brintos

brintos / llvm-project-archived public Read only

0
0
Text · 569 B · 9721561 Raw
17 lines · plain
1# RUN: not modularize -display-file-lists %S/Inputs/CompileError/module.modulemap 2>&1 | FileCheck %s2 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.h8 9# CHECK: These are the files with no detected errors:10 11# CHECK: Inputs/CompileError/Level1A.h12 13# CHECK: These are the combined files, with problem files preceded by #:14 15# CHECK:      Inputs/CompileError/HasError.h16# CHECK-NEXT: Inputs/CompileError/Level1A.h17