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