Skip to content

Commit dd2d132

Browse files
author
Mogball
committed
[mlir][ods] Fix broken test
1 parent 998fc2c commit dd2d132

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mlir/test/mlir-tblgen/op-decl-and-defs.td

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,8 @@ def NS_NOp : NS_Op<"op_with_properties", []> {
338338
let arguments = (ins Property<"unsigned">:$value);
339339
}
340340

341-
// Check that `getDiscardableAttrDictionary()` is used with properties.
342-
343341
// DEFS: NOpGenericAdaptorBase::NOpGenericAdaptorBase(NOp op) :
344-
// DEFS-SAME: odsAttrs(op->getDiscardableAttrDictionary())
342+
// DEFS-SAME: odsAttrs(op->getRawDictionaryAttrs())
345343
// DEFS-SAME: odsOpName(op->getName())
346344
// DEFS-SAME: properties(op.getProperties())
347345
// DEFS-SAME: odsRegions(op->getRegions())

0 commit comments

Comments
 (0)