diff options
Diffstat (limited to 'clang-tools-extra/test/clangd/shutdown-with-exit.test')
-rw-r--r-- | clang-tools-extra/test/clangd/shutdown-with-exit.test | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/clang-tools-extra/test/clangd/shutdown-with-exit.test b/clang-tools-extra/test/clangd/shutdown-with-exit.test index 342609934e1..b2475299ad7 100644 --- a/clang-tools-extra/test/clangd/shutdown-with-exit.test +++ b/clang-tools-extra/test/clangd/shutdown-with-exit.test @@ -1,9 +1,4 @@ -# RUN: clangd -run-synchronously < %s
-# vim: fileformat=dos
-# It is absolutely vital that this file has CRLF line endings.
-Content-Length: 44
-
-{"jsonrpc":"2.0","id":3,"method":"shutdown"}
-Content-Length: 33
-
-{"jsonrpc":"2.0":"method":"exit"}
+# RUN: clangd -lit-test < %s +{"jsonrpc":"2.0","id":3,"method":"shutdown"} +--- +{"jsonrpc":"2.0":"method":"exit"} |