7 lines
251 B
Text
7 lines
251 B
Text
// 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).
|
|
|