clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has been working since r188331.

llvm-svn: 188790
This commit is contained in:
NAKAMURA Takumi 2013-08-20 12:16:48 +00:00
parent 5a13d0f175
commit 99941a9558
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
// Don't attempt slash switches on msys bash.
// REQUIRES: shell-preserves-root
// Exclude gcc-driven clang.
// REQUIRES: clang-driver
// Note: %s must be preceded by --, otherwise it may be interpreted as a
// command-line option, e.g. on Mac where %s is commonly under /Users.