[Mlir-commits] [mlir] 9ffa08f - [mlir][NFC] Fix typo in property predicate tests (#183987)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Feb 28 23:49:10 PST 2026


Author: Krzysztof Drewniak
Date: 2026-03-01T01:49:05-06:00
New Revision: 9ffa08f097d45a36a50d5a8066d00488db3596ed

URL: https://github.com/llvm/llvm-project/commit/9ffa08f097d45a36a50d5a8066d00488db3596ed
DIFF: https://github.com/llvm/llvm-project/commit/9ffa08f097d45a36a50d5a8066d00488db3596ed.diff

LOG: [mlir][NFC] Fix typo in property predicate tests (#183987)

Added: 
    

Modified: 
    mlir/test/mlir-tblgen/op-properties-predicates.td

Removed: 
    


################################################################################
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