diff options
| author | Vedant Kumar <vsk@apple.com> | 2016-07-15 02:11:37 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2016-07-15 02:11:37 +0000 |
| commit | 71d515b0b3ddb3d18a6926366350764e39bc9dc5 (patch) | |
| tree | ddb6fb198a4b55c9a73211e3647ca20a8902fb85 /llvm/test/tools | |
| parent | f8292e9ac968a1c9d72464af30a5b37e738a5199 (diff) | |
| download | bcm5719-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/test/tools')
| -rw-r--r-- | llvm/test/tools/llvm-cov/double_dots.c | 2 |
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! |

