summaryrefslogtreecommitdiff
path: root/mlir/test/mlir-lsp-server/exit-eof.test
blob: 4fdc173bfe9ab5f67460db50b7280e75410c9e1b (plain)
1
2
3
4
5
6
7
// RUN: not mlir-lsp-server < %s 2> %t.err
// RUN: FileCheck %s < %t.err
//
// No LSP messages here, just let mlir-lsp-server see the end-of-file
// CHECK: Transport error:
// (Typically "Transport error: Input/output error" but platform-dependent).