From c7515a49b1ddf1eae3c3d2e52c56e3fa02305351 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Tue, 31 Aug 2021 18:49:47 +0000 Subject: [PATCH] Fix MLIR python binding test after changes in ASM printer --- mlir/test/python/ir/operation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlir/test/python/ir/operation.py b/mlir/test/python/ir/operation.py index d4fa091..5f510fb 100644 --- a/mlir/test/python/ir/operation.py +++ b/mlir/test/python/ir/operation.py @@ -59,7 +59,7 @@ def testTraverseOpRegionBlockIterators(): # 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" @@ -96,7 +96,7 @@ def testTraverseOpRegionBlockIndices(): # 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: -- 2.7.4