Browse Source

* fixed tgeneric5 test

git-svn-id: trunk@2679 -
tom_at_work 19 years ago
parent
commit
7d89336fdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tgeneric5.pp

+ 1 - 1
tests/test/tgeneric5.pp

@@ -18,7 +18,7 @@ var
   p : pointer;
   p : pointer;
 begin
 begin
   i:=item;
   i:=item;
-  if item=i then;
+  data := item;
   p:=typeinfo(_T);
   p:=typeinfo(_T);
   if p<>typeinfo(integer) then
   if p<>typeinfo(integer) then
     begin
     begin