const str optimization

This commit is contained in:
2018-06-01 21:07:34 +03:00
parent 6dad5b98a2
commit 258dfbff07
7 changed files with 187 additions and 171 deletions

View File

@@ -3,7 +3,9 @@ program fpcunitproject1;
{$mode objfpc}{$H+}
uses
Classes, consoletestrunner, TestCase1;
Classes,
consoletestrunner,
TestCase1;
type
@@ -11,7 +13,7 @@ type
TMyTestRunner = class(TTestRunner)
protected
// override the protected methods of TTestRunner to customize its behavior
// override the protected methods of TTestRunner to customize its behavior
end;
var