[mlir][Python] Fix test broken after D98474

This commit is contained in:
River Riddle
2021-03-16 16:52:03 -07:00
parent a00d440128
commit e60d57451e

View File

@@ -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)