Skip to content

Commit 572a52e

Browse files
committed
Fix tests
1 parent 29f5398 commit 572a52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/mlir-tblgen/gen-dialect-doc.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def TestTypeDefParams : TypeDef<Test_Dialect, "TestTypeDefParams"> {
8585
// CHECK: Interfaces: NoMemoryEffect (MemoryEffectOpInterface)
8686
// CHECK: Effects: MemoryEffects::Effect{}
8787

88-
// CHECK: ## Attribute constraint definition
88+
// CHECK: ## Attribute constraints
8989
// CHECK: ### attribute summary
9090
// CHECK: attribute description
9191

@@ -97,7 +97,7 @@ def TestTypeDefParams : TypeDef<Test_Dialect, "TestTypeDefParams"> {
9797
// CHECK: Syntax:
9898
// CHECK: #test.test_attr_def_params
9999

100-
// CHECK: ## Type constraint definition
100+
// CHECK: ## Type constraints
101101
// CHECK: ### type summary
102102
// CHECK: type description
103103

0 commit comments

Comments
 (0)