]> granicus.if.org Git - llvm/commitdiff
[llvm-cov] Relax a test for Windows
authorVedant Kumar <vsk@apple.com>
Fri, 15 Jul 2016 02:11:37 +0000 (02:11 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 15 Jul 2016 02:11:37 +0000 (02:11 +0000)
Attempt to address this bot failure:

  http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/4967

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275522 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-cov/double_dots.c

index adfd9f7f35305090bd6e40676ac384fc8a35f08f..2c79a6ecf616366987359c8a158403b6e286403f 100644 (file)
@@ -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!