From: Peter Collingbourne Date: Mon, 7 May 2018 21:40:53 +0000 (+0000) Subject: Relax a FileCheck pattern to make it pass on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b226f6bedd59bd25c33280a1eccf447ab03c700b;p=clang Relax a FileCheck pattern to make it pass on Windows. Should fix Windows bot failure: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/16956 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331681 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/fsanitize-blacklist.c b/test/Driver/fsanitize-blacklist.c index 609b1f0ba2..927d2edf98 100644 --- a/test/Driver/fsanitize-blacklist.c +++ b/test/Driver/fsanitize-blacklist.c @@ -64,6 +64,6 @@ // If cfi_blacklist.txt cannot be found in the resource dir, driver should fail. // RUN: %clang -target x86_64-linux-gnu -fsanitize=cfi -resource-dir=/dev/null %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-MISSING-CFI-BLACKLIST -// CHECK-MISSING-CFI-BLACKLIST: error: no such file or directory: '{{.*}}/share/cfi_blacklist.txt' +// CHECK-MISSING-CFI-BLACKLIST: error: no such file or directory: '{{.*}}cfi_blacklist.txt' // DELIMITERS: {{^ *"}}