r193507 - Fix typo in test's REQUIRES line

NAKAMURA Takumi geek4civic at gmail.com
Sun Oct 27 18:05:24 PDT 2013


It was mine, thank you!

2013/10/28 Alp Toker <alp at nuanti.com>:
> Author: alp
> Date: Sun Oct 27 14:03:12 2013
> New Revision: 193507
>
> URL: http://llvm.org/viewvc/llvm-project?rev=193507&view=rev
> Log:
> Fix typo in test's REQUIRES line
>
> Modified:
>     cfe/trunk/test/Misc/permissions.cpp
>
> Modified: cfe/trunk/test/Misc/permissions.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/permissions.cpp?rev=193507&r1=193506&r2=193507&view=diff
> ==============================================================================
> --- cfe/trunk/test/Misc/permissions.cpp (original)
> +++ cfe/trunk/test/Misc/permissions.cpp Sun Oct 27 14:03:12 2013
> @@ -2,7 +2,7 @@
>
>  // MSYS doesn't emulate umask.
>  // FIXME: Could we introduce another feature for it?
> -// REQUIRES: shell-preserves-root'
> +// REQUIRES: shell-preserves-root
>
>  // RUN: umask 000
>  // RUN: %clang_cc1 -emit-llvm-bc %s -o %t
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list