diff --git a/mlir/test/mlir-tblgen/op-attribute.td b/mlir/test/mlir-tblgen/op-attribute.td index ee885fe2ca0f..e59c73e20343 100644 --- a/mlir/test/mlir-tblgen/op-attribute.td +++ b/mlir/test/mlir-tblgen/op-attribute.td @@ -512,4 +512,4 @@ def StructAttrOp : NS_Op<"struct_attr_op", []> { ); } -// DECL: dialect_2::MyStruct potatoes(); +// DECL: dialect_2::MyStruct getPotatoes();