Skip to content

Commit c03b9c2

Browse files
authored
Merge pull request #71549 from hamishknight/revert-color-diags-in-tests
Partially revert colors in tests
2 parents 4fc2fe9 + 5cc5807 commit c03b9c2

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)