Skip to content

Commit 074a0db

Browse files
committed
Feature flag: update test without overlay support
1 parent ab3b6fd commit 074a0db

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
@@ -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.
20262026
test.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
},

0 commit comments

Comments
 (0)