diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-04-16 03:22:35 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-04-16 03:22:35 +0000 |
commit | c5086f08be3c610fd97b541b9d61c1cdfb1f9637 (patch) | |
tree | 50970728235408dc4bc712e30b84873536263e88 /test/CodeCompletion | |
parent | b346d2f419ec7d7ce6b20780d518490338efa7de (diff) |
Add 'env' in hopes of making this test pass on Windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeCompletion')
-rw-r--r-- | test/CodeCompletion/preamble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeCompletion/preamble.c b/test/CodeCompletion/preamble.c index 98ad67976c..f322e09f12 100644 --- a/test/CodeCompletion/preamble.c +++ b/test/CodeCompletion/preamble.c @@ -3,5 +3,5 @@ void foo() { struct X x; x. -// RUN: CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:4:5 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC1 %s +// RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:4:5 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC1 %s // CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35) (parent: StructDecl 'X') |