Explorar el Código

* fixed test

git-svn-id: trunk@4882 -
Jonas Maebe hace 19 años
padre
commit
b02495645f
Se han modificado 1 ficheros con 1 adiciones y 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.