File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
// START-OF-LINE: a_namespace
6
6
// START-OF-LINE: Class
7
7
// -- Using cached completions.
8
- // RUN: CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:1 %s \
8
+ // RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:1 %s \
9
9
// RUN: | FileCheck --check-prefix=START-OF-LINE %s
10
10
// -- Without cached completions.
11
11
// RUN: c-index-test -code-completion-at=%s:3:1 %s \
@@ -15,7 +15,7 @@ Class::
15
15
// ... and should not be available after 'Class::^'
16
16
// AFTER-QUALIFIER: Class
17
17
// -- Using cached completions.
18
- // RUN: CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:8 %s \
18
+ // RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:8 %s \
19
19
// RUN: | FileCheck --implicit-check-not=a_namespace --check-prefix=AFTER-QUALIFIER %s
20
20
// -- Without cached completions.
21
21
// RUN: c-index-test -code-completion-at=%s:3:8 %s \
You can’t perform that action at this time.
0 commit comments