Browse Source

* break tgeneric10 again :)

git-svn-id: trunk@5341 -
micha 19 years ago
parent
commit
951eddfd85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tgeneric10.pp

+ 1 - 1
tests/test/tgeneric10.pp

@@ -17,7 +17,7 @@ begin
     halt(1);
     halt(1);
 end;
 end;
 
 
-function CompareInt(const Item1, Item2: Integer): Integer;
+function CompareInt(Item1, Item2: Integer): Integer;
 begin
 begin
   Result := Item2 - Item1;
   Result := Item2 - Item1;
 end;
 end;