Explorar el Código

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

git-svn-id: trunk@17072 -
sergei hace 14 años
padre
commit
9e3731c0e0
Se han modificado 1 ficheros con 1 adiciones y 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]);