blob: fe78d91e9dd3b13f84f51820daf10c8db10d04f7 [file] [log] [blame]
Vedant Kumar4a54abe2016-06-29 16:22:12 +00001// To create the covmapping for this file, copy this file to /tmp/dots/test.c,
2// cd into /tmp/dots, and pass "../dots/double_dots.c" to the compiler. Use
3// llvm-cov convert-for-testing to extract the covmapping.
4
5// RUN: llvm-profdata merge %S/Inputs/double_dots.proftext -o %t.profdata
6// RUN: llvm-cov show %S/Inputs/double_dots.covmapping -instr-profile=%t.profdata -o %t.dir
7// RUN: FileCheck -input-file=%t.dir/index.txt %s
8
9// CHECK-NOT: coverage{{.*}}dots{{.*}}..{{.*}}dots
10
11int main() {}