[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-cov / relative-dir.test
blobe0e2427fb3ea37649f0a9f23f8275cd668788133
1 # RUN: llvm-profdata merge %S/Inputs/relative_dir/main.proftext \
2 # RUN:   -o %t.profdata
3 # RUN: llvm-cov report %S/Inputs/relative_dir/main.covmapping \
4 # RUN:   -instr-profile %t.profdata \
5 # RUN:   -compilation-dir=%S/Inputs/relative_dir/out/default \
6 # RUN:   %S/Inputs/relative_dir/header.h \
7 # RUN:   | FileCheck -DDIR=%S %s
9 # CHECK: {{^}}[[DIR]]{{/|\\}}Inputs{{/|\\}}relative_dir{{/|\\}}header.h{{.*}}
10 # CHECK: {{^}}TOTAL{{.*}}100.00%