summaryrefslogtreecommitdiff
path: root/test/Driver/cl.c
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-07-15 19:42:18 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-07-15 19:42:18 +0000
commit417393016e6edd317a07d6ab51281f105a158ad3 (patch)
treef3d920d71feec547dc9992ddf007052de9af8fb6 /test/Driver/cl.c
parent563f230426d4c9248d4b2e6000453b7a54486ff7 (diff)
downloadclang-417393016e6edd317a07d6ab51281f105a158ad3.tar.gz
Erase REQUIRES: shell-preserves-root from more tests, see r242312.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242321 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/cl.c')
-rw-r--r--test/Driver/cl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Driver/cl.c b/test/Driver/cl.c
index 855cdc8c97..34b4821b1a 100644
--- a/test/Driver/cl.c
+++ b/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.