1 // RUN: not mlir-pdll %s -split-input-file 2>&1 | FileCheck %s
3 // CHECK: unknown directive `#foo`
8 //===----------------------------------------------------------------------===//
10 //===----------------------------------------------------------------------===//
12 // CHECK: expected string file name after `include` directive
17 // CHECK: unable to open include file `unknown_file.pdll`
18 #include "unknown_file.pdll"
22 // CHECK: expected include filename to end with `.pdll` or `.td`
23 #include "unknown_file.foo"