summaryrefslogtreecommitdiff
path: root/test/Driver/cl-runtime-flags.c
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-07-15 20:04:18 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-07-15 20:04:18 +0000
commit203bc14845ec4b7101c2647a09191a2f16b4c6e8 (patch)
tree27a4c5ef656d889a66cee52c49b1a40e0fe8b6fe /test/Driver/cl-runtime-flags.c
parent417393016e6edd317a07d6ab51281f105a158ad3 (diff)
downloadclang-203bc14845ec4b7101c2647a09191a2f16b4c6e8.tar.gz
Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพ
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242323 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/cl-runtime-flags.c')
-rw-r--r--test/Driver/cl-runtime-flags.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Driver/cl-runtime-flags.c b/test/Driver/cl-runtime-flags.c
index 8367531f9c..de8f9d83d8 100644
--- a/test/Driver/cl-runtime-flags.c
+++ b/test/Driver/cl-runtime-flags.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.