[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / mlir / test / tblgen-lsp-server / exit-with-shutdown.test
blobf4295afe38232d0cc079bb1a3d97afe638248e35
1 // RUN: tblgen-lsp-server -lit-test < %s
2 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"tablegen","capabilities":{},"trace":"off"}}
3 // -----
4 {"jsonrpc":"2.0","id":3,"method":"shutdown"}
5 // -----
6 {"jsonrpc":"2.0","method":"exit"}