From: Yaron Keren Date: Wed, 15 Jul 2015 09:41:04 +0000 (+0000) Subject: Update test comment that it fails the same way on MSYS2. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bc77c5e7e43a4a38833667ba34e731dda592a0a;p=clang Update test comment that it fails the same way on MSYS2. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242282 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/darwin-sdkroot.c b/test/Driver/darwin-sdkroot.c index 3d2a413a63..3fc2a13c19 100644 --- a/test/Driver/darwin-sdkroot.c +++ b/test/Driver/darwin-sdkroot.c @@ -34,12 +34,13 @@ // It doesn't make sense on msys bash. // REQUIRES: shell-preserves-root // -// This test will fail with MSYS env.exe, since it does not preserve root, -// expanding / into C:/MINGW/MSYS/1.0. To see the problem, from cmd.exe run: +// 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: // // env SDKROOT=/ cmd //c echo %SDKROOT% // -// This test passes using env.exe from GnuWin32. +// This test do pass using GnuWin32 env.exe. // Check if clang set the correct deployment target from -sysroot //