From f0cedcb8710fa1911ba6fe0a6beec07442048410 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Wed, 15 Jul 2015 18:55:39 +0000 Subject: 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 --- test/Driver/dyld-prefix.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/Driver/dyld-prefix.c') 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 -- cgit v1.2.1