Skip to content

Commit

Permalink
docs: fix comment for new test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Müller <[email protected]>
  • Loading branch information
ingomueller-net committed Jan 21, 2025
1 parent db72a8a commit 31fab9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Dialect/Substrait/plan-invalid.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ substrait.plan version 0 : 42 : 1 {

// -----

// Test error if no symbol refers to an op of the wrong type.
// Test error if the `enhancement` attribute has the wrong/no type.
substrait.plan version 0 : 42 : 1
// expected-error@+1 {{custom op 'substrait.plan' has 'enhancement' attribute of wrong type}}
advanced_extension enhancement = "blup"
{}

// -----

// Test error if no symbol refers to an op of the wrong type.
// Test error if the `optimization` attribute has the wrong/no type.
substrait.plan version 0 : 42 : 1
// expected-error@+1 {{custom op 'substrait.plan' has 'optimization' attribute of wrong type}}
advanced_extension optimization = "blup"
Expand Down

0 comments on commit 31fab9e

Please sign in to comment.