Добавление нового прохода в тестирование
This commit is contained in:
2025-12-11 23:20:33 +03:00
parent 170431081f
commit 1319535788
4 changed files with 14 additions and 6 deletions

View File

@@ -902,6 +902,9 @@ public enum PassCode implements PassCode_ {
case SPF_PrivateRemoving://+
name = "PRIVATE_REMOVING";
break;
case SPF_InsertPrivateArrayDirectives:
name="FIND_PRIVATE_ARRAYS";
break;
//-
case SPF_ResolveParallelRegionConflicts://+
name = "RESOLVE_PAR_REGIONS";