mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 23:06:11 +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;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
HaltOnNotReleased:=true;
|
||||||
s1 := 'string1';
|
s1 := 'string1';
|
||||||
s2 := 'string2';
|
s2 := 'string2';
|
||||||
s3 := 'string3';
|
s3 := 'string3';
|
||||||
|
Loading…
Reference in New Issue
Block a user