diff options
author | Krasimir Georgiev <krasimir@google.com> | 2018-10-16 18:44:41 +0000 |
---|---|---|
committer | Krasimir Georgiev <krasimir@google.com> | 2018-10-16 18:44:41 +0000 |
commit | ae4e75fd6e89cb7706b218f54ea16a0bbdb9a0c2 (patch) | |
tree | 328fe576f4edc5d67c4e6376e52bd211ed3bb5e3 /clang-tools-extra/test/clangd/compile-commands-path-in-initialize.test | |
parent | b4285bcaccc2da651d65961dcccb6fdf7d181252 (diff) | |
download | bcm5719-llvm-ae4e75fd6e89cb7706b218f54ea16a0bbdb9a0c2.tar.gz bcm5719-llvm-ae4e75fd6e89cb7706b218f54ea16a0bbdb9a0c2.zip |
Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction."
This reverts commit r344620.
Breaks upstream bots.
llvm-svn: 344637
Diffstat (limited to 'clang-tools-extra/test/clangd/compile-commands-path-in-initialize.test')
-rw-r--r-- | clang-tools-extra/test/clangd/compile-commands-path-in-initialize.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang-tools-extra/test/clangd/compile-commands-path-in-initialize.test b/clang-tools-extra/test/clangd/compile-commands-path-in-initialize.test index 87086e3c39d..ef7cd4f4825 100644 --- a/clang-tools-extra/test/clangd/compile-commands-path-in-initialize.test +++ b/clang-tools-extra/test/clangd/compile-commands-path-in-initialize.test @@ -24,5 +24,3 @@ # CHECK-NEXT: "message": "MACRO is one", --- {"jsonrpc":"2.0","id":10000,"method":"shutdown"} ---- -{"jsonrpc":"2.0","method":"exit"} |