diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-20 11:08:13 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-20 11:08:13 +0000 |
commit | 30fd6714a1c7525ac7aaa633f76eba4adb03d2c4 (patch) | |
tree | 34610283e6b18d7c9bd6902c6fff36b24dfa1ba3 | |
parent | 6c3e1805b92b644cc251d563a43c4ffd8d5c421f (diff) |
clang/test/Driver/warning-options.cpp: Appease MSYS bash.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170683 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/warning-options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/warning-options.cpp b/test/Driver/warning-options.cpp index bd6fabfe1e..6dafa1c36a 100644 --- a/test/Driver/warning-options.cpp +++ b/test/Driver/warning-options.cpp @@ -16,4 +16,4 @@ // Check that -isysroot warns on nonexistent paths. // RUN: %clang -### -c -target i386-apple-darwin10 -isysroot /FOO %s 2>&1 | FileCheck --check-prefix=CHECK-ISYSROOT %s -// CHECK-ISYSROOT: warning: no such sysroot directory: '/FOO' +// CHECK-ISYSROOT: warning: no such sysroot directory: '{{([A-Za-z]:.*)?}}/FOO' |