mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 00:59:30 +02:00
* 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:
parent
37d5a6c354
commit
9e3731c0e0
@ -30,6 +30,7 @@ var
|
||||
tr: trec;
|
||||
|
||||
begin
|
||||
HaltOnNotReleased := True;
|
||||
tr.s := 'test';
|
||||
uniquestring(tr.s);
|
||||
test1([tr.s]);
|
||||
|
Loading…
Reference in New Issue
Block a user