浏览代码

*** empty log message ***

florian 27 年之前
父节点
当前提交
dd44ca9d80
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      tests/ts010002.pp
  2. 1 1
      tests/ts010008.pp

+ 2 - 2
tests/ts010002.pp

@@ -20,7 +20,7 @@
     TComponent
 }
 
-Unit Classes;
+Unit ts010002;
 
 {$M+}
 
@@ -214,4 +214,4 @@ end;
 
 
 
-end.
+end.

+ 1 - 1
tests/ts010008.pp

@@ -37,4 +37,4 @@ begin
    o2.destroy;
    o2:=c2.create;
    c2.destroy;
-end.
+end.