Skip to content

Commit e5c7580

Browse files
committed
lit: add space after -color-diagnostics
Some tests put no space after `%target-swift-frontend` and the flag that follows it, so we can end up with `-color-diagnostics-emit-module`.
1 parent e0fda80 commit e5c7580

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)