forked from OSchip/llvm-project
Add 'env' in hopes of making this test pass on Windows.
llvm-svn: 154785
This commit is contained in:
parent
2bd0ab2b11
commit
247b4d54ed
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue