* Added 'HaltOnNotReleased:=True', without it a memory leak won't register as a test failure.

git-svn-id: trunk@17072 -
This commit is contained in:
sergei 2011-03-04 18:18:22 +00:00
parent 37d5a6c354
commit 9e3731c0e0

View File

@ -30,6 +30,7 @@ var
tr: trec;
begin
HaltOnNotReleased := True;
tr.s := 'test';
uniquestring(tr.s);
test1([tr.s]);