mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-22 07:22:54 +00:00
[ASTUnit] Attempt to unbreak Windows buildbots after r366448
llvm-svn: 366457
This commit is contained in:
parent
9ad917c2da
commit
cf41271448
@ -5,7 +5,7 @@ Class::
|
||||
// START-OF-LINE: a_namespace
|
||||
// START-OF-LINE: Class
|
||||
// -- Using cached completions.
|
||||
// RUN: CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:1 %s \
|
||||
// RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:1 %s \
|
||||
// RUN: | FileCheck --check-prefix=START-OF-LINE %s
|
||||
// -- Without cached completions.
|
||||
// RUN: c-index-test -code-completion-at=%s:3:1 %s \
|
||||
@ -15,7 +15,7 @@ Class::
|
||||
// ... and should not be available after 'Class::^'
|
||||
// AFTER-QUALIFIER: Class
|
||||
// -- Using cached completions.
|
||||
// RUN: CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:8 %s \
|
||||
// RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:8 %s \
|
||||
// RUN: | FileCheck --implicit-check-not=a_namespace --check-prefix=AFTER-QUALIFIER %s
|
||||
// -- Without cached completions.
|
||||
// RUN: c-index-test -code-completion-at=%s:3:8 %s \
|
||||
|
Loading…
Reference in New Issue
Block a user