forked from OSchip/llvm-project
[llvm-cov] Repair a test. NFC.
The checks with the MARKER prefix were not being run over the right input, because stderr was not redirected properly. llvm-svn: 313596
This commit is contained in:
parent
25710a66a9
commit
27d1b14ab0
|
@ -1,4 +1,4 @@
|
|||
// RUN: llvm-cov show %S/Inputs/deferred-regions.covmapping -instr-profile %S/Inputs/deferred-regions.profdata -show-line-counts-or-regions -dump -path-equivalence=/Users/vk/src/llvm.org-coverage-braces/llvm/test/tools,%S/.. %s 2>&1 > %t.out && FileCheck %s -input-file %t.out && FileCheck %s -input-file %t.out -check-prefix=MARKER
|
||||
// RUN: llvm-cov show %S/Inputs/deferred-regions.covmapping -instr-profile %S/Inputs/deferred-regions.profdata -show-line-counts-or-regions -dump -path-equivalence=/Users/vk/src/llvm.org-coverage-braces/llvm/test/tools,%S/.. %s 2>%t.markers > %t.out && FileCheck %s -input-file %t.out && FileCheck %s -input-file %t.markers -check-prefix=MARKER
|
||||
|
||||
void foo(int x) {
|
||||
if (x == 0) {
|
||||
|
|
Loading…
Reference in New Issue