diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-07-15 18:55:39 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-07-15 18:55:39 +0000 |
commit | 6129262da1fc82c24d2b3fad03b86b68a92719a7 (patch) | |
tree | bf0ff13ad23c78232b4bcb9057fa77d786930c41 | |
parent | f4aa8fe4aa60a3fe7e3d0e9d639f8ea776ca5d59 (diff) | |
download | bcm5719-llvm-6129262da1fc82c24d2b3fad03b86b68a92719a7.tar.gz bcm5719-llvm-6129262da1fc82c24d2b3fad03b86b68a92719a7.zip |
Actually requiring shell disables the test on Windows whereas
previously requiring shell-preserves-root did not, so do not
require anything.
llvm-svn: 242314
-rw-r--r-- | clang/test/Driver/darwin-sdkroot.c | 3 | ||||
-rw-r--r-- | clang/test/Driver/dyld-prefix.c | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/Driver/darwin-sdkroot.c b/clang/test/Driver/darwin-sdkroot.c index b1d794e193c..4f1fca2785b 100644 --- a/clang/test/Driver/darwin-sdkroot.c +++ b/clang/test/Driver/darwin-sdkroot.c @@ -31,9 +31,6 @@ // CHECK-NONROOT: "-cc1" // CHECK-NONROOT-NOT: "-isysroot" // -// It doesn't make sense on msys bash. -// REQUIRES: shell -// // This test fails with MSYS or MSYS2 env.exe, since it does not preserve // root, expanding / into C:/MINGW/MSYS/1.0 or c:/msys64. To reproduce the // problem, run: diff --git a/clang/test/Driver/dyld-prefix.c b/clang/test/Driver/dyld-prefix.c index 54e063cb834..2c2bc4ff88e 100644 --- a/clang/test/Driver/dyld-prefix.c +++ b/clang/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 |