Explorar o código

* fixed test

git-svn-id: trunk@4882 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
b02495645f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      tests/tbf/tb0183.pp

+ 1 - 2
tests/tbf/tb0183.pp

@@ -7,6 +7,5 @@ var
   i: integer;
   p: pointer;
 begin
-  p := pointer(@i)+5;
-  i := integer(@i-p);
+  p := @i+5;
 end.