forked from OSchip/llvm-project
5 lines
209 B
MLIR
5 lines
209 B
MLIR
|
// RUN: mlir-opt -verify-diagnostics %s
|
||
|
|
||
|
// Test DefaultValuedAttr<StrAttr, ""> is recognized as "no default value"
|
||
|
test.no_str_value {} // expected-error {{'test.no_str_value' op requires attribute 'value'}}
|