We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d47e8 commit edbe7bbCopy full SHA for edbe7bb
mlir/utils/generate-test-checks.py
@@ -300,7 +300,8 @@ def main():
300
type=bool,
301
default=False,
302
help="Set to true to use stricter regex for CHECK-SAME directives. "
303
- "Use when Greedy matching causes issues with the generic '.*'")
+ "Use when Greedy matching causes issues with the generic '.*'",
304
+ )
305
306
args = parser.parse_args()
307
0 commit comments