Fix test
This commit is contained in:
parent
6498663097
commit
48fd9d715c
3 changed files with 3 additions and 3 deletions
2
lib/feature-flags.js
generated
2
lib/feature-flags.js
generated
|
|
@ -55,7 +55,7 @@ var Feature;
|
|||
Feature["ArtifactV4Upgrade"] = "artifact_v4_upgrade";
|
||||
Feature["CleanupTrapCaches"] = "cleanup_trap_caches";
|
||||
Feature["CppBuildModeNoneDisabled"] = "cpp_build_mode_none_disabled";
|
||||
Feature["CppBuildModeNoneEnabled"] = "cpp_build_mode_none_enabled";
|
||||
Feature["CppBuildModeNoneEnabled"] = "cpp_build_mode_none";
|
||||
Feature["CppDependencyInstallation"] = "cpp_dependency_installation_enabled";
|
||||
Feature["DiffInformedQueries"] = "diff_informed_queries";
|
||||
Feature["DisableCsharpBuildless"] = "disable_csharp_buildless";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue