From 71d515b0b3ddb3d18a6926366350764e39bc9dc5 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Fri, 15 Jul 2016 02:11:37 +0000 Subject: [PATCH] [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 --- llvm/test/tools/llvm-cov/double_dots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/tools/llvm-cov/double_dots.c b/llvm/test/tools/llvm-cov/double_dots.c index adfd9f7f3530..2c79a6ecf616 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!