From: NAKAMURA Takumi Date: Tue, 20 Aug 2013 12:16:48 +0000 (+0000) Subject: clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has been workin... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=500feeb6d5e1dee4274e26a60d4e39c95176d6ca;p=clang clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has been working since r188331. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188790 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/cl-options.c b/test/Driver/cl-options.c index 85ae4cff45..7e9b0c49b8 100644 --- a/test/Driver/cl-options.c +++ b/test/Driver/cl-options.c @@ -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.