Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / test / mlir-lsp-server / exit-with-shutdown.test
blob3d0e92802753976ed3e9d2d6378ff72f10c65f89
1 // RUN: mlir-lsp-server -lit-test < %s
2 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"mlir","capabilities":{},"trace":"off"}}
3 // -----
4 {"jsonrpc":"2.0","id":3,"method":"shutdown"}
5 // -----
6 {"jsonrpc":"2.0","method":"exit"}