Skip to content

Commit fa211f3

Browse files
committed
Update test error string post pass registration change
1 parent 02d7b26 commit fa211f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Bindings/Python/pass_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def testInvalidNesting():
7373
try:
7474
pm = PassManager.parse("func(print-op-graph)")
7575
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?
76+
# CHECK: Can't add pass 'ViewOpGraphPass' restricted to 'module' on a PassManager intended to run on 'func', did you intend to nest?
7777
# CHECK: ValueError exception: invalid pass pipeline 'func(print-op-graph)'.
7878
log("ValueError exception:", e)
7979
else:

0 commit comments

Comments
 (0)