소스 검색

*** 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.