clang/test/Driver/warning-options.cpp: Appease MSYS bash.

llvm-svn: 170683
This commit is contained in:
NAKAMURA Takumi 2012-12-20 11:08:13 +00:00
parent a1d528baa5
commit 712c3882f6
1 changed files with 1 additions and 1 deletions

View File

@ -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'