[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / mlir-tblgen / constant-str-attr-invalid.mlir
blob1d0e62d5dec094f119220e393445a632d9fb625e
1 // RUN: mlir-opt -verify-diagnostics %s
3 // Test DefaultValuedAttr<StrAttr, ""> is recognized as "no default value"
4 test.no_str_value {} // expected-error {{'test.no_str_value' op requires attribute 'value'}}