summaryrefslogtreecommitdiff
path: root/mlir/test/python/dialects/transform_extras.py
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/test/python/dialects/transform_extras.py')
-rw-r--r--mlir/test/python/dialects/transform_extras.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/test/python/dialects/transform_extras.py b/mlir/test/python/dialects/transform_extras.py
index 3aeac681f8d4..c52d5b41e11b 100644
--- a/mlir/test/python/dialects/transform_extras.py
+++ b/mlir/test/python/dialects/transform_extras.py
@@ -30,7 +30,6 @@ def construct_and_print_in_module(f):
with ir.InsertionPoint(module.body):
f()
print(module)
- module.operation.verify()
return f