Explorar el Código

* Add small comment indicating possible improvement (last use of testsuite.tests)

git-svn-id: trunk@33207 -
michael hace 9 años
padre
commit
60cd15dda0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/fcl-fpcunit/src/consoletestrunner.pas

+ 1 - 0
packages/fcl-fpcunit/src/consoletestrunner.pas

@@ -306,6 +306,7 @@ end;
 destructor TDecoratorTestSuite.Destroy;
 begin
   FreeDecorators(Self);
+  // We need to find something for this.
   Tests.Clear;
   inherited Destroy;
 end;