blob: 06d2ea87ff480b1b094f575adb4959335e7c3099 (
plain)
1
2
3
4
5
6
7
|
# 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).
|