File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2021,13 +2021,13 @@ for (const language in KnownLanguage) {
20212021
20222022// Verify that a language without a per-language overlay feature flag cannot have
20232023// overlay analysis enabled, even when the base overlay feature flag is on.
2024- // Using cpp here as it doesn't currently have overlay support — update this if
2025- // cpp gains overlay support.
2024+ // Using swift here as it doesn't currently have overlay support — update this if
2025+ // swift gains overlay support.
20262026test . serial (
20272027 checkOverlayEnablementMacro ,
20282028 "No overlay analysis for language without per-language overlay feature flag" ,
20292029 {
2030- languages : [ KnownLanguage . cpp ] ,
2030+ languages : [ KnownLanguage . swift ] ,
20312031 features : [ Feature . OverlayAnalysis ] ,
20322032 isPullRequest : true ,
20332033 } ,
You can’t perform that action at this time.
0 commit comments