diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-11-29 05:48:01 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-11-29 05:48:01 +0000 |
commit | b8cb21c57e8248c741b5f81f2aeb3c2c0d569c81 (patch) | |
tree | b9687537462c52047d0e7441ac7477c645ab3b68 | |
parent | 874d253668f9ed183ca409cdff9d424925ee7800 (diff) |
[libclang] Make the test portable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145377 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/file-macro-refs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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] |