Browse Source

* more complex check

peter 22 years ago
parent
commit
4d4c6905d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/tbs/tb0445.pp

+ 2 - 2
tests/tbs/tb0445.pp

@@ -1,7 +1,7 @@
 type
-  tproc = procedure(self:longint);
+  tproc = procedure(self,l2:longint);
 
-procedure p(l:longint);
+procedure p(l1,l2:longint);
 begin
 end;