We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fc2fe9 + 5cc5807 commit c03b9c2Copy full SHA for c03b9c2
test/lit.cfg
@@ -1955,10 +1955,6 @@ config.substitutions.append(('%cache-tool', config.swift_cache_tool))
1955
config.target_swift_frontend += " -typo-correction-limit 10 "
1956
subst_target_swift_frontend_mock_sdk += " -typo-correction-limit 10 "
1957
1958
-# Enable colors if we have them.
1959
-if config.color_output:
1960
- config.target_swift_frontend += " -color-diagnostics "
1961
-
1962
config.substitutions.append(('%module-target-triple',
1963
target_specific_module_triple))
1964
config.substitutions.append(('%module-target-future', target_future))
0 commit comments