From: River Riddle Date: Tue, 16 Mar 2021 23:52:03 +0000 (-0700) Subject: [mlir][Python] Fix test broken after D98474 X-Git-Tag: llvmorg-14-init~12169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e60d57451e5ffcf8a43884926b78a31e5b00d90e;p=platform%2Fupstream%2Fllvm.git [mlir][Python] Fix test broken after D98474 --- diff --git a/mlir/test/Bindings/Python/ir_operation.py b/mlir/test/Bindings/Python/ir_operation.py index a71194b..d154e77 100644 --- a/mlir/test/Bindings/Python/ir_operation.py +++ b/mlir/test/Bindings/Python/ir_operation.py @@ -470,7 +470,7 @@ def testOperationPrint(): print(bytes_value) # Test get_asm with options. - # CHECK: value = opaque<"", "0xDEADBEEF"> : tensor<4xi32> + # CHECK: value = opaque<"_", "0xDEADBEEF"> : tensor<4xi32> # CHECK: "std.return"(%arg0) : (i32) -> () -:4:7 module.operation.print(large_elements_limit=2, enable_debug_info=True, pretty_debug_info=True, print_generic_op_form=True, use_local_scope=True)