diff options
-rw-r--r-- | llvm/test/tools/llvm-cov/ifdef.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-cov/ifdef.c b/llvm/test/tools/llvm-cov/ifdef.c index 9fd73db9743..87cb6eb299d 100644 --- a/llvm/test/tools/llvm-cov/ifdef.c +++ b/llvm/test/tools/llvm-cov/ifdef.c @@ -1,6 +1,6 @@ -// RUN: llvm-cov show -instr-profile %S/Inputs/ifdef.profdata %S/Inputs/ifdef.covmapping -dump -path-equivalence=/tmp,%S %s > %t.out 2>&1 +// 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.out -check-prefix=HIGHLIGHT +// RUN: FileCheck %s -input-file %t.err.out -check-prefix=HIGHLIGHT int main() { |