bolt/deps/llvm-18.1.8/mlir/test/mlir-lsp-server/exit-eof.test

8 lines
251 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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).