diff --git a/Compiler/Compiler.cs b/Compiler/Compiler.cs index b69984596..30833726d 100644 --- a/Compiler/Compiler.cs +++ b/Compiler/Compiler.cs @@ -3421,7 +3421,7 @@ namespace PascalABCCompiler string fileNameWithoutExtension = Path.GetFileNameWithoutExtension(fileName); // оставить только PT4 и протестировать - string[] standardFilesExcludedFromRTL = new string[] { "PT4", "CRT", "Arrays", "MPI", "Collections", "Core"}; + string[] standardFilesExcludedFromRTL = new string[] { "PT4", "School", "CRT", "Arrays", "MPI", "Collections", "Core"}; bool includeInRTL = standardFilesExcludedFromRTL.All(file => !file.Equals(fileNameWithoutExtension, StringComparison.CurrentCultureIgnoreCase));