diff options
Diffstat (limited to 'clang-tools-extra/test/clangd/shutdown-without-exit.test')
-rw-r--r-- | clang-tools-extra/test/clangd/shutdown-without-exit.test | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/clang-tools-extra/test/clangd/shutdown-without-exit.test b/clang-tools-extra/test/clangd/shutdown-without-exit.test index 869fcd130f0..a3e86e9a22a 100644 --- a/clang-tools-extra/test/clangd/shutdown-without-exit.test +++ b/clang-tools-extra/test/clangd/shutdown-without-exit.test @@ -1,6 +1,2 @@ -# RUN: not clangd -run-synchronously < %s
-# vim: fileformat=dos
-# It is absolutely vital that this file has CRLF line endings.
-Content-Length: 33
-
-{"jsonrpc":"2.0":"method":"exit"}
+# RUN: not clangd -lit-test < %s +{"jsonrpc":"2.0":"method":"exit"} |