Browse Source

+fixed class creation problem

carl 23 years ago
parent
commit
96e7db8292
1 changed files with 5 additions and 2 deletions
  1. 5 2
      tests/test/cg/tcalpvr1.pp

+ 5 - 2
tests/test/cg/tcalpvr1.pp

@@ -237,7 +237,7 @@ Begin
  proc := @testroutine;
  proc := @testroutine;
  func := @testroutineresult;
  func := @testroutineresult;
  obj.init;
  obj.init;
- cla.create;
+ cla:=tsimpleclass.create;
  
  
  {****************************************************************************************************}  
  {****************************************************************************************************}  
 
 
@@ -601,7 +601,10 @@ end.
 
 
 {
 {
    $Log$
    $Log$
-   Revision 1.2  2002-04-13 21:04:10  carl
+   Revision 1.3  2002-04-15 14:40:45  carl
+   +fixed class creation problem
+
+   Revision 1.2  2002/04/13 21:04:10  carl
    * fixed stupid typo
    * fixed stupid typo
 
 
    Revision 1.1  2002/04/13 11:04:40  carl
    Revision 1.1  2002/04/13 11:04:40  carl