Skip to content

Commit

Permalink
Fix MLIR python binding test after changes in ASM printer
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-eph committed Aug 31, 2021
1 parent 1d36988 commit c7515a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlir/test/python/ir/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def walk_operations(indent, op):

# CHECK: REGION 0:
# CHECK: BLOCK 0:
# CHECK: OP 0: builtin.func
# CHECK: OP 0: func
# CHECK: REGION 0:
# CHECK: BLOCK 0:
# CHECK: OP 0: %0 = "custom.addi"
Expand Down Expand Up @@ -96,7 +96,7 @@ def walk_operations(indent, op):

# CHECK: REGION 0:
# CHECK: BLOCK 0:
# CHECK: OP 0: builtin.func
# CHECK: OP 0: func
# CHECK: OP 0: parent builtin.module
# CHECK: REGION 0:
# CHECK: BLOCK 0:
Expand Down

0 comments on commit c7515a4

Please sign in to comment.