Browse Source

*** empty log message ***

florian 27 years ago
parent
commit
dd44ca9d80
2 changed files with 3 additions and 3 deletions
  1. 2 2
      tests/ts010002.pp
  2. 1 1
      tests/ts010008.pp

+ 2 - 2
tests/ts010002.pp

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

+ 1 - 1
tests/ts010008.pp

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