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 @@ -2013,13 +2013,13 @@ for (const language in KnownLanguage) {
20132013
20142014// Verify that a language without a per-language overlay feature flag cannot have
20152015// overlay analysis enabled, even when the base overlay feature flag is on.
2016- // Using cpp here as it doesn't currently have overlay support — update this if
2017- // cpp gains overlay support.
2016+ // Using swift here as it doesn't currently have overlay support — update this if
2017+ // swift gains overlay support.
20182018test . serial (
20192019 checkOverlayEnablementMacro ,
20202020 "No overlay analysis for language without per-language overlay feature flag" ,
20212021 {
2022- languages : [ KnownLanguage . cpp ] ,
2022+ languages : [ KnownLanguage . swift ] ,
20232023 features : [ Feature . OverlayAnalysis ] ,
20242024 isPullRequest : true ,
20252025 } ,
You can’t perform that action at this time.
0 commit comments