[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / mlir / test / mlir-pdll-lsp-server / exit-eof.test
blob6681d803f4ce13e97526488c2e87a626bff9a384
1 // RUN: not mlir-pdll-lsp-server < %s 2> %t.err
2 // RUN: FileCheck %s < %t.err
3 //
4 // No LSP messages here, just let mlir-pdll-lsp-server see the end-of-file
5 // CHECK: Transport error:
6 // (Typically "Transport error: Input/output error" but platform-dependent).