[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / IR / diagnostic-handler-verify-regex.mlir
blob03486f366949c38a1fb2d7d355fc9d15467bd5e2
1 // RUN: not mlir-opt -allow-unregistered-dialect %s -split-input-file -verify-diagnostics 2>&1 | FileCheck %s
3 // CHECK: found start of regex with no end '}}'
4 // expected-error-re {{{{}}
6 // -----
8 // CHECK: invalid regex: parentheses not balanced
9 // expected-error-re {{ {{(}} }}
11 // -----
13 func.func @foo() -> i32 {
14   // expected-error-re@+1 {{'func.return' op has 0 operands, but enclosing function (@{{.*}}) returns 1}}
15   return