From: Zachary Turner Date: Tue, 20 Sep 2016 19:10:56 +0000 (+0000) Subject: Fix a regex error breaking tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c8f490f7cc3540d22667b2f3d2d7a47e29571f0;p=clang Fix a regex error breaking tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282004 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/warning-options.cpp b/test/Driver/warning-options.cpp index 73b5d23ccd..7b9d4ab53a 100644 --- a/test/Driver/warning-options.cpp +++ b/test/Driver/warning-options.cpp @@ -5,4 +5,4 @@ // Check that -isysroot warns on nonexistent paths. // RUN: %clang -### -c -target i386-apple-darwin10 -isysroot %T/warning-options %s 2>&1 | FileCheck --check-prefix=CHECK-ISYSROOT %s -// CHECK-ISYSROOT: warning: no such sysroot directory: '{{([A-Za-z]:.*)?}}/warning-options' +// CHECK-ISYSROOT: warning: no such sysroot directory: '{{.*}}/warning-options'