brintos

brintos / llvm-project-archived public Read only

0
0
Text · 422 B · 5cc8719 Raw
10 lines · plain
1# RUN: env CLANGD_FLAGS=-compile-commands-dir=no-such-dir not clangd -lit-test </dev/null 2>&1 >/dev/null | FileCheck %s2CHECK: I[{{.*}}]{{.*}} clangd version {{.*}}3CHECK: Working directory: {{.*}}4CHECK: argv[0]: {{.*}}clangd5CHECK: argv[1]: -lit-test6CHECK: CLANGD_FLAGS: -compile-commands-dir=no-such-dir7CHECK: E[{{.*}}] Path specified by --compile-commands-dir does not exist.8CHECK: Starting LSP over stdin/stdout9 10