* 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:
Jonas Maebe 2012-09-26 14:16:19 +00:00
parent cb123a6376
commit 10d4b8e66f

View File

@ -59,6 +59,7 @@ begin
end;
begin
HaltOnNotReleased:=true;
s1 := 'string1';
s2 := 'string2';
s3 := 'string3';