Explorar el Código

fixed test

git-svn-id: trunk@14613 -
paul hace 15 años
padre
commit
86d8b09077
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/test/tgeneric17.pp

+ 1 - 1
tests/test/tgeneric17.pp

@@ -7,7 +7,7 @@ type
     procedure Assign(Source: TGListItem);
   end;
 
-procedure TGListItem.Assign(Source: TGListItem)
+procedure TGListItem.Assign(Source: TGListItem);
 begin
   FNext := Source;
 end;