Skip to content

Commit ddbc6a6

Browse files
committed
fix python
1 parent 6be9e69 commit ddbc6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/pass_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def testInvalidNesting():
130130
try:
131131
pm = PassManager.parse("func.func(normalize-memrefs)")
132132
except ValueError as e:
133-
# CHECK: ValueError exception: Can't add pass 'NormalizeMemRefs' restricted to 'builtin.module' on a PassManager intended to run on 'func.func', did you intend to nest?
133+
# CHECK: ValueError exception: Can't add pass 'NormalizeMemRefsPass' restricted to 'builtin.module' on a PassManager intended to run on 'func.func', did you intend to nest?
134134
log("ValueError exception:", e)
135135
else:
136136
log("Exception not produced")

0 commit comments

Comments
 (0)