浏览代码

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

git-svn-id: trunk@33207 -
michael 9 年之前
父节点
当前提交
60cd15dda0
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;