Skip to content

Commit bcc5cd5

Browse files
committed
Add - token to format test
1 parent 44ea460 commit bcc5cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/mlir-tblgen/op-format-spec.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def DirectiveTypeValid : TestFormat_Op<[{
123123

124124
// CHECK-NOT: error
125125
def LiteralValid : TestFormat_Op<[{
126-
`_` `:` `,` `=` `<` `>` `(` `)` `[` `]` `?` `+` `*` ` ` `` `->` `\n` `abc$._`
126+
`_` `:` `,` `=` `<` `>` `(` `)` `[` `]` `?` `+` `-` `*` ` ` `` `->` `\n` `abc$._`
127127
attr-dict
128128
}]>;
129129

0 commit comments

Comments
 (0)