From: Argyrios Kyrtzidis Date: Tue, 29 Nov 2011 05:48:01 +0000 (+0000) Subject: [libclang] Make the test portable. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8cb21c57e8248c741b5f81f2aeb3c2c0d569c81;p=clang [libclang] Make the test portable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145377 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/file-macro-refs.c b/test/Index/file-macro-refs.c index b37daaa433..ed01cf5223 100644 --- a/test/Index/file-macro-refs.c +++ b/test/Index/file-macro-refs.c @@ -4,7 +4,7 @@ FOO FOO // RUN: c-index-test -file-refs-at=%s:3:2 %s | FileCheck %s -// RUN: CINDEXTEST_EDITING=1 c-index-test -file-refs-at=%s:3:2 %s | FileCheck %s +// RUN: env CINDEXTEST_EDITING=1 c-index-test -file-refs-at=%s:3:2 %s | FileCheck %s // CHECK: macro expansion=FOO:1:9 // CHECK-NEXT: macro definition=FOO =[1:9 - 1:12]