Sign in
llvm
/
llvm-project
/
a356dae74c8798d5f859d2339466e002a65e4abe
/
.
/
clang-tools-extra
/
clangd
/
test
/
exit-without-shutdown.test
blob: 7b22d0597d62f54127fc84e1674e5a57512ec0ce [
file
] [
log
] [
blame
]
# RUN: not clangd -lit-test < %s
{
"jsonrpc"
:
"2.0"
,
"id"
:
0
,
"method"
:
"initialize"
,
"params"
:{
"processId"
:
123
,
"rootPath"
:
"clangd"
,
"capabilities"
:{},
"trace"
:
"off"
}}
---
{
"jsonrpc"
:
"2.0"
,
"method"
:
"exit"
}