[Mlir-commits] [mlir] [mlir][NFC] Fix typo in property predicate tests (PR #183987)
Krzysztof Drewniak
llvmlistbot at llvm.org
Sat Feb 28 23:48:44 PST 2026
https://github.com/krzysz00 created https://github.com/llvm/llvm-project/pull/183987
None
>From 613820cb42d931ff2956060eb8534d1026dbb623 Mon Sep 17 00:00:00 2001
From: Krzysztof Drewniak <krzysdrewniak at gmail.com>
Date: Sat, 28 Feb 2026 23:35:20 -0800
Subject: [PATCH] [mlir][NFC] Fix typo in property predicate tests.
---
mlir/test/mlir-tblgen/op-properties-predicates.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/test/mlir-tblgen/op-properties-predicates.td b/mlir/test/mlir-tblgen/op-properties-predicates.td
index 7cc9633850069..dd3f4db7a72c3 100644
--- a/mlir/test/mlir-tblgen/op-properties-predicates.td
+++ b/mlir/test/mlir-tblgen/op-properties-predicates.td
@@ -71,7 +71,7 @@ def OpWithPredicates : NS_Op<"op_with_predicates"> {
// CHECK: failed to satisfy constraint: optional non-empty array of non-negative int64_
// CHECK-LABEL: ::llvm::LogicalResult OpWithPredicatesAdaptor::verify
-// Note: comprehensive emission of verifiers is tested in verifyINvariantsImpl() below
+// Note: comprehensive emission of verifiers is tested in verifyInvariantsImpl() below
// CHECK: int64_t tblgen_scalar = this->getScalar();
// CHECK: if (!((tblgen_scalar >= 0)))
// CHECK: return emitError(loc, "'test.op_with_predicates' op property 'scalar' failed to satisfy constraint: non-negative int64_t");
More information about the Mlir-commits
mailing list