summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-07-15 02:11:37 +0000
committerVedant Kumar <vsk@apple.com>2016-07-15 02:11:37 +0000
commit71d515b0b3ddb3d18a6926366350764e39bc9dc5 (patch)
treeddb6fb198a4b55c9a73211e3647ca20a8902fb85 /llvm
parentf8292e9ac968a1c9d72464af30a5b37e738a5199 (diff)
downloadbcm5719-llvm-71d515b0b3ddb3d18a6926366350764e39bc9dc5.tar.gz
bcm5719-llvm-71d515b0b3ddb3d18a6926366350764e39bc9dc5.zip
[llvm-cov] Relax a test for Windows
Attempt to address this bot failure: http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/4967 llvm-svn: 275522
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/tools/llvm-cov/double_dots.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cov/double_dots.c b/llvm/test/tools/llvm-cov/double_dots.c
index adfd9f7f353..2c79a6ecf61 100644
--- a/llvm/test/tools/llvm-cov/double_dots.c
+++ b/llvm/test/tools/llvm-cov/double_dots.c
@@ -19,4 +19,4 @@ int main() {}
// Check that we get the right error when writing to an invalid path:
// RUN: not llvm-cov show %S/Inputs/double_dots.covmapping -instr-profile=%t.profdata -o /dev/null 2>&1 | FileCheck %s -check-prefix=ERROR-MESSAGE
-// ERROR-MESSAGE: error: Not a directory: Could not create index file!
+// ERROR-MESSAGE: error: {{.*}}: Could not create index file!
OpenPOWER on IntegriCloud