summaryrefslogtreecommitdiff
path: root/test/Driver/dyld-prefix.c
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-07-15 18:55:39 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-07-15 18:55:39 +0000
commitf0cedcb8710fa1911ba6fe0a6beec07442048410 (patch)
treec023c9247c58f5f9075b367375477e1339cdd014 /test/Driver/dyld-prefix.c
parent12bbdb39d06bcbd44f0fd4227d43646db32b1ed6 (diff)
downloadclang-f0cedcb8710fa1911ba6fe0a6beec07442048410.tar.gz
Actually requiring shell disables the test on Windows whereas
previously requiring shell-preserves-root did not, so do not require anything. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/dyld-prefix.c')
-rw-r--r--test/Driver/dyld-prefix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Driver/dyld-prefix.c b/test/Driver/dyld-prefix.c
index 54e063cb83..2c2bc4ff88 100644
--- a/test/Driver/dyld-prefix.c
+++ b/test/Driver/dyld-prefix.c
@@ -1,5 +1,3 @@
-// REQUIRES: shell
-
// RUN: touch %t.o
// RUN: %clang -target i386-unknown-linux --dyld-prefix /foo -### %t.o 2>&1 | FileCheck --check-prefix=CHECK-32 %s