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
-// 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() {