Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
4722c6b87ca87fb87c9f522cb9decf70cc8b8c2b
/
.
/
mlir
/
test
/
mlir-lsp-server
/
exit-without-shutdown.test
blob: be33097ef1031801289b35cd5a1facd59ec5d34c [
file
] [
log
] [
blame
]
// RUN: not mlir-lsp-server -lit-test < %s
{
"jsonrpc"
:
"2.0"
,
"id"
:
0
,
"method"
:
"initialize"
,
"params"
:{
"processId"
:
123
,
"rootPath"
:
"mlir"
,
"capabilities"
:{},
"trace"
:
"off"
}}
// -----
{
"jsonrpc"
:
"2.0"
,
"method"
:
"exit"
}