r173843 - clang/test/Index/getcursor-preamble.m: Tweak for win32. env(1) is required to change variables locally.
Argyrios Kyrtzidis
akyrtzi at gmail.com
Tue Jan 29 16:42:49 PST 2013
On Jan 29, 2013, at 3:03 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Author: chapuni
> Date: Tue Jan 29 17:03:16 2013
> New Revision: 173843
>
> URL: http://llvm.org/viewvc/llvm-project?rev=173843&view=rev
> Log:
> clang/test/Index/getcursor-preamble.m: Tweak for win32. env(1) is required to change variables locally.
Sorry about that, thanks for fixing it!
>
> Modified:
> cfe/trunk/test/Index/getcursor-preamble.m
>
> Modified: cfe/trunk/test/Index/getcursor-preamble.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/getcursor-preamble.m?rev=173843&r1=173842&r2=173843&view=diff
> ==============================================================================
> --- cfe/trunk/test/Index/getcursor-preamble.m (original)
> +++ cfe/trunk/test/Index/getcursor-preamble.m Tue Jan 29 17:03:16 2013
> @@ -7,7 +7,8 @@
> // RUN: -cursor-at=%S/getcursor-preamble.h:7:7 \
> // RUN: %s | FileCheck %s
>
> -// RUN: CINDEXTEST_EDITING=1 c-index-test -cursor-at=%S/getcursor-preamble.h:2:10 \
> +// RUN: env CINDEXTEST_EDITING=1 c-index-test \
> +// RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \
> // RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \
> // RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \
> // RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \
>
>
> _______________________________________________
> 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