You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
16
external/llvm/test/tools/llvm-cov/ifdef.c
vendored
16
external/llvm/test/tools/llvm-cov/ifdef.c
vendored
@ -1,16 +0,0 @@
|
||||
// RUN: llvm-cov show -instr-profile %S/Inputs/ifdef.profdata %S/Inputs/ifdef.covmapping -dump -path-equivalence=/tmp,%S %s > %t.out 2> %t.err.out
|
||||
// RUN: FileCheck %s -input-file %t.out -check-prefix=LINE
|
||||
// RUN: FileCheck %s -input-file %t.err.out -check-prefix=HIGHLIGHT
|
||||
|
||||
|
||||
int main() {
|
||||
if (0) { // LINE: [[@LINE]]|{{ +}}1|
|
||||
#if 0 // LINE-NEXT: [[@LINE]]|{{ +}}|
|
||||
#endif // LINE-NEXT: [[@LINE]]|{{ +}}|
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// HIGHLIGHT: Highlighted line [[@LINE-7]], 10 -> ?
|
||||
// HIGHLIGHT-NEXT: Highlighted line [[@LINE-7]], 1 -> 1
|
||||
// HIGHLIGHT-NEXT: Highlighted line [[@LINE-6]], 1 -> 4
|
Reference in New Issue
Block a user