Skip to content

Commit 009a93a

Browse files
authored
Merge pull request #71547 from kavon/fix-color-diagnostics-flag
lit: add space after -color-diagnostics
2 parents 3039d1a + e5c7580 commit 009a93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ subst_target_swift_frontend_mock_sdk += " -typo-correction-limit 10 "
19571957

19581958
# Enable colors if we have them.
19591959
if config.color_output:
1960-
config.target_swift_frontend += " -color-diagnostics"
1960+
config.target_swift_frontend += " -color-diagnostics "
19611961

19621962
config.substitutions.append(('%module-target-triple',
19631963
target_specific_module_triple))

0 commit comments

Comments
 (0)