[Mlir-commits] [mlir] Fix tblgen properties printing (PR #79243)

Mehdi Amini llvmlistbot at llvm.org
Tue Jan 23 20:27:30 PST 2024


================
@@ -2,31 +2,31 @@
 // # RUN: mlir-opt %s -mlir-print-op-generic -split-input-file  | mlir-opt -mlir-print-op-generic | FileCheck %s --check-prefix=GENERIC
 
 // CHECK:   test.with_properties
-// CHECK-SAME: <{a = 32 : i64, array = array<i64: 1, 2, 3, 4>, b = "foo"}>
+// CHECK-SAME: <{a = 32 : i64, array = array<i64: 1, 2, 3, 4>, b = "foo"}>{{$}}
----------------
joker-eph wrote:

Is this like ensuring end-of-line matching? I didn't know we had this :)



https://github.com/llvm/llvm-project/pull/79243


More information about the Mlir-commits mailing list