]> granicus.if.org Git - clang/commitdiff
Update test comment that it fails the same way on MSYS2.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 15 Jul 2015 09:41:04 +0000 (09:41 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 15 Jul 2015 09:41:04 +0000 (09:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242282 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/darwin-sdkroot.c

index 3d2a413a6370f4a52c95441c93fac5376adfeab2..3fc2a13c19cddd1bf211a77fa1eb6b1d7de17987 100644 (file)
 // 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
 //