summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-09-11 23:32:30 +0000
committerVedant Kumar <vsk@apple.com>2017-09-11 23:32:30 +0000
commit8eae1f9d39aa9c52507553449ba941b526e5cd69 (patch)
tree3b9a0253c3164efc23d7c6bb50c26c3d0ad5fdaf
parent65b79a544fb95a017f0a808f9d2522e143ea7798 (diff)
downloadbcm5719-llvm-8eae1f9d39aa9c52507553449ba941b526e5cd69.tar.gz
bcm5719-llvm-8eae1f9d39aa9c52507553449ba941b526e5cd69.zip
[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. llvm-svn: 312975
-rw-r--r--llvm/test/tools/llvm-cov/ifdef.c4
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() {
OpenPOWER on IntegriCloud