diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-07-15 19:42:18 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-07-15 19:42:18 +0000 |
commit | b1db6e888b2514088464e148e2365372d83fa319 (patch) | |
tree | 642d88cf3a80a3946e51d885ad44ef449f9648f4 /clang/test | |
parent | d8ce16b1e6794b2a514cb71b9edb967e7509c561 (diff) | |
download | bcm5719-llvm-b1db6e888b2514088464e148e2365372d83fa319.tar.gz bcm5719-llvm-b1db6e888b2514088464e148e2365372d83fa319.zip |
Erase REQUIRES: shell-preserves-root from more tests, see r242312.
llvm-svn: 242321
Diffstat (limited to 'clang/test')
-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. |