Explorar o código

* fixed tgeneric5 test

git-svn-id: trunk@2679 -
tom_at_work %!s(int64=19) %!d(string=hai) anos
pai
achega
7d89336fdd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test/tgeneric5.pp

+ 1 - 1
tests/test/tgeneric5.pp

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