You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
368 B
10 lines
368 B
7 months ago
|
# RUN: env CLANGD_FLAGS=-index-file=no-such-index not clangd -lit-test </dev/null 2>&1 >/dev/null | FileCheck %s
|
||
|
CHECK: I[{{.*}}]{{.*}} clangd version {{.*}}
|
||
|
CHECK: Working directory: {{.*}}
|
||
|
CHECK: argv[0]: clangd
|
||
|
CHECK: argv[1]: -lit-test
|
||
|
CHECK: CLANGD_FLAGS: -index-file=no-such-index
|
||
|
CHECK: E[{{.*}}] Can't open no-such-index
|
||
|
CHECK: Starting LSP over stdin/stdout
|
||
|
|