clang/test/Driver/dyld-prefix.c: Exclude MSYS bash.

llvm-svn: 182769
This commit is contained in:
NAKAMURA Takumi 2013-05-28 12:18:56 +00:00
parent 15dfe7ac40
commit ad3af1ae4d
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// REQUIRES: shell-preserves-root
// RUN: touch %t.o
// RUN: %clang -target i386-unknown-linux --dyld-prefix /foo -### %t.o 2>&1 | FileCheck --check-prefix=CHECK-32 %s