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 02d7b26 commit fa211f3Copy full SHA for fa211f3
mlir/test/Bindings/Python/pass_manager.py
@@ -73,7 +73,7 @@ def testInvalidNesting():
73
try:
74
pm = PassManager.parse("func(print-op-graph)")
75
except ValueError as e:
76
- # CHECK: Can't add pass 'PrintOp' restricted to 'module' on a PassManager intended to run on 'func', did you intend to nest?
+ # CHECK: Can't add pass 'ViewOpGraphPass' restricted to 'module' on a PassManager intended to run on 'func', did you intend to nest?
77
# CHECK: ValueError exception: invalid pass pipeline 'func(print-op-graph)'.
78
log("ValueError exception:", e)
79
else:
0 commit comments