From: Vedant Kumar Date: Mon, 11 Sep 2017 23:32:30 +0000 (+0000) Subject: [llvm-cov] Try to fix a test on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff7fd0fcffb60a828efdb511af79d8910677275d;p=llvm [llvm-cov] Try to fix a test on Windows Failing bot: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/4791 This looks like another stderr redirection issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312975 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-cov/ifdef.c b/test/tools/llvm-cov/ifdef.c index 9fd73db9743..87cb6eb299d 100644 --- a/test/tools/llvm-cov/ifdef.c +++ b/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() {