mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
* added "HaltOnNotReleased:=true;" so test exits with an error if not all
memory is released git-svn-id: trunk@22459 -
This commit is contained in:
parent
cb123a6376
commit
10d4b8e66f
@ -59,6 +59,7 @@ begin
|
||||
end;
|
||||
|
||||
begin
|
||||
HaltOnNotReleased:=true;
|
||||
s1 := 'string1';
|
||||
s2 := 'string2';
|
||||
s3 := 'string3';
|
||||
|
Loading…
Reference in New Issue
Block a user