diff options
| -rw-r--r-- | clang/test/Driver/cl-eh.cpp | 3 | ||||
| -rw-r--r-- | clang/test/Driver/cl-fallback.c | 3 | ||||
| -rw-r--r-- | clang/test/Driver/cl-inputs.c | 3 | ||||
| -rw-r--r-- | clang/test/Driver/cl-link.c | 3 | ||||
| -rw-r--r-- | clang/test/Driver/cl.c | 3 |
5 files changed, 0 insertions, 15 deletions
diff --git a/clang/test/Driver/cl-eh.cpp b/clang/test/Driver/cl-eh.cpp index b43f31f83fc..352c6f1543c 100644 --- a/clang/test/Driver/cl-eh.cpp +++ b/clang/test/Driver/cl-eh.cpp @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // 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. diff --git a/clang/test/Driver/cl-fallback.c b/clang/test/Driver/cl-fallback.c index bbc9ad84d6f..95c3c751a0a 100644 --- a/clang/test/Driver/cl-fallback.c +++ b/clang/test/Driver/cl-fallback.c @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // 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. diff --git a/clang/test/Driver/cl-inputs.c b/clang/test/Driver/cl-inputs.c index 1eee889bb7c..c67fc24484e 100644 --- a/clang/test/Driver/cl-inputs.c +++ b/clang/test/Driver/cl-inputs.c @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // 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. diff --git a/clang/test/Driver/cl-link.c b/clang/test/Driver/cl-link.c index 8572b77a740..9813c51d80a 100644 --- a/clang/test/Driver/cl-link.c +++ b/clang/test/Driver/cl-link.c @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // Note: %s must be preceded by -- or bound to another option, otherwise it may // be interpreted as a command-line option, e.g. on Mac where %s is commonly // under /Users. diff --git a/clang/test/Driver/cl.c b/clang/test/Driver/cl.c index 855cdc8c970..34b4821b1a2 100644 --- a/clang/test/Driver/cl.c +++ b/clang/test/Driver/cl.c @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // Note: we have to quote the /? option, otherwise some shells will try to // expand the ? into a one-letter filename in the root directory, and make // the test fail is such a file or directory exists. |

