Skip to content

Commit 7f78298

Browse files
committed
use verify instead
1 parent b2e0c9b commit 7f78298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/ir/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def testParseFromFileSuccess():
4343
print("CLEAR CONTEXT")
4444
ctx = None # Ensure that module captures the context.
4545
gc.collect()
46-
module.dump() # Just outputs to stderr. Verifies that it functions.
46+
module.operation.verify()
4747
print(str(module))
4848

4949

0 commit comments

Comments
 (0)