[mlir][Python] Fix test broken after D98474
authorRiver Riddle <riddleriver@gmail.com>
Tue, 16 Mar 2021 23:52:03 +0000 (16:52 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Tue, 16 Mar 2021 23:52:20 +0000 (16:52 -0700)
mlir/test/Bindings/Python/ir_operation.py

index a71194b..d154e77 100644 (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)