Browse Source

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

git-svn-id: trunk@33207 -
michael 9 years ago
parent
commit
60cd15dda0
1 changed files with 1 additions and 0 deletions
  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;