Skip to content

Commit d67cd85

Browse files
committed
fix spacing
1 parent 9744a38 commit d67cd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# so we just exclude llvm-reduce tests from this config altogether. This should
4848
# be fine though as profcheck config tests are mostly concerned with opt.
4949
if config.enable_profcheck:
50-
config.excludes = config.excludes + ["llvm-reduce"]
50+
config.excludes = config.excludes + ["llvm-reduce"]
5151

5252
# test_source_root: The root path where tests are located.
5353
config.test_source_root = os.path.dirname(__file__)

0 commit comments

Comments
 (0)