Skip to content

Commit 827870e

Browse files
committed
fix: re-add comment
1 parent 7d88773 commit 827870e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/python/ir/operation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ def testOperationAttributes():
594594
# CHECK: Dict mapping {'dependent': 'text', 'other.attribute': 3.0, 'some.attribute': 1}
595595
print("Dict mapping", d)
596596

597+
# Check that exceptions are raised as expected.
597598
try:
598599
op.attributes["does_not_exist"]
599600
except KeyError:

0 commit comments

Comments
 (0)