diff options
Diffstat (limited to 'clang/test/Driver/darwin-sdkroot.c')
-rw-r--r-- | clang/test/Driver/darwin-sdkroot.c | 3 |
1 files changed, 0 insertions, 3 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: |