Skip to content

Commit a3a3a9c

Browse files
code formatting
Created using spr 1.3.6
1 parent cad9305 commit a3a3a9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/test/lit.cfg.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
if config.enable_profcheck
3838
else []
3939
)
40-
config.test_format = lit.formats.ShTest(
41-
not use_lit_shell, extra_substitutions
42-
)
40+
config.test_format = lit.formats.ShTest(not use_lit_shell, extra_substitutions)
4341

4442
# suffixes: A list of file extensions to treat as test files. This is overriden
4543
# by individual lit.local.cfg files in the test subdirectories.

0 commit comments

Comments
 (0)