Skip to content

Commit c7515a4

Browse files
committed
Fix MLIR python binding test after changes in ASM printer
1 parent 1d36988 commit c7515a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/python/ir/operation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def walk_operations(indent, op):
5959

6060
# CHECK: REGION 0:
6161
# CHECK: BLOCK 0:
62-
# CHECK: OP 0: builtin.func
62+
# CHECK: OP 0: func
6363
# CHECK: REGION 0:
6464
# CHECK: BLOCK 0:
6565
# CHECK: OP 0: %0 = "custom.addi"
@@ -96,7 +96,7 @@ def walk_operations(indent, op):
9696

9797
# CHECK: REGION 0:
9898
# CHECK: BLOCK 0:
99-
# CHECK: OP 0: builtin.func
99+
# CHECK: OP 0: func
100100
# CHECK: OP 0: parent builtin.module
101101
# CHECK: REGION 0:
102102
# CHECK: BLOCK 0:

0 commit comments

Comments
 (0)