We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e0c9b commit 7f78298Copy full SHA for 7f78298
mlir/test/python/ir/module.py
@@ -43,7 +43,7 @@ def testParseFromFileSuccess():
43
print("CLEAR CONTEXT")
44
ctx = None # Ensure that module captures the context.
45
gc.collect()
46
- module.dump() # Just outputs to stderr. Verifies that it functions.
+ module.operation.verify()
47
print(str(module))
48
49
0 commit comments