xref: /llvm-project/clang-tools-extra/clangd/test/exit-eof.test (revision 19ac0eaf07e60173baa7ee77fa11568c30b87455)
1# RUN: not clangd -sync < %s 2> %t.err
2# RUN: FileCheck %s < %t.err
3#
4# No LSP messages here, just let clangd see the end-of-file
5# CHECK: Transport error:
6# (Typically "Transport error: Input/output error" but platform-dependent).
7
8