Skip to content

Commit 179370e

Browse files
committed
formatting
1 parent 037ff61 commit 179370e

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

mlir/test/lit.cfg.py

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -302,18 +302,16 @@ def find_real_python_interpreter():
302302
]
303303
)
304304
elif "MLIR_GENERATE_PATTERN_CATALOG" in os.environ:
305-
tools.extend([
306-
ToolSubst(
307-
"mlir-opt",
308-
"mlir-opt --debug-only=generate-pattern-catalog --mlir-disable-threading",
309-
unresolved="fatal"
310-
),
311-
ToolSubst(
312-
"FileCheck",
313-
"FileCheck --dump-input=always",
314-
unresolved="fatal"
315-
),
316-
])
305+
tools.extend(
306+
[
307+
ToolSubst(
308+
"mlir-opt",
309+
"mlir-opt --debug-only=generate-pattern-catalog --mlir-disable-threading",
310+
unresolved="fatal",
311+
),
312+
ToolSubst("FileCheck", "FileCheck --dump-input=always", unresolved="fatal"),
313+
]
314+
)
317315
else:
318316
tools.extend(["mlir-opt"])
319317

0 commit comments

Comments
 (0)