Explorar o código

* Added 'HaltOnNotReleased:=True', without it a memory leak won't register as a test failure.

git-svn-id: trunk@17072 -
sergei %!s(int64=14) %!d(string=hai) anos
pai
achega
9e3731c0e0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/webtbs/tw18859.pp

+ 1 - 0
tests/webtbs/tw18859.pp

@@ -30,6 +30,7 @@ var
   tr: trec;
 
 begin
+  HaltOnNotReleased := True;
   tr.s := 'test';
   uniquestring(tr.s);
   test1([tr.s]);