Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/main
/
.
/
mlir
/
test
/
tblgen-lsp-server
/
exit-without-shutdown.test
blob: 3fcac2b4138b28d8611c3db1bc027bc269e35bba [
file
] [
log
] [
blame
] [
edit
]
// RUN: not tblgen-lsp-server -lit-test < %s
{
"jsonrpc"
:
"2.0"
,
"id"
:
0
,
"method"
:
"initialize"
,
"params"
:{
"processId"
:
123
,
"rootPath"
:
"tablegen"
,
"capabilities"
:{},
"trace"
:
"off"
}}
// -----
{
"jsonrpc"
:
"2.0"
,
"method"
:
"exit"
}