Skip to content

Commit 2f433f6

Browse files
hamishknightkavon
authored andcommitted
Partially revert colors in tests
1 parent 32a0ea8 commit 2f433f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/lit.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,10 +1955,6 @@ config.substitutions.append(('%cache-tool', config.swift_cache_tool))
19551955
config.target_swift_frontend += " -typo-correction-limit 10 "
19561956
subst_target_swift_frontend_mock_sdk += " -typo-correction-limit 10 "
19571957

1958-
# Enable colors if we have them.
1959-
if config.color_output:
1960-
config.target_swift_frontend += " -color-diagnostics "
1961-
19621958
config.substitutions.append(('%module-target-triple',
19631959
target_specific_module_triple))
19641960
config.substitutions.append(('%module-target-future', target_future))

0 commit comments

Comments
 (0)