Explorar o código

* added "HaltOnNotReleased:=true;" so test exits with an error if not all
memory is released

git-svn-id: trunk@22459 -

Jonas Maebe %!s(int64=13) %!d(string=hai) anos
pai
achega
10d4b8e66f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/test/tobject8.pp

+ 1 - 0
tests/test/tobject8.pp

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