bolt/deps/llvm-18.1.8/clang-tools-extra/clangd/test/exit-eof.test
2025-02-14 19:21:04 +01:00

7 lines
233 B
Text

# RUN: not clangd -sync < %s 2> %t.err
# RUN: FileCheck %s < %t.err
#
# No LSP messages here, just let clangd see the end-of-file
# CHECK: Transport error:
# (Typically "Transport error: Input/output error" but platform-dependent).