Skip to content

Commit a900f69

Browse files
committed
Feature flag: update test without overlay support
1 parent fb5dd8b commit a900f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config-utils.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
20182018
test.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
},

0 commit comments

Comments
 (0)