Explorar o código

* Fixed test for 64-bit targets

git-svn-id: trunk@19314 -
sergei %!s(int64=14) %!d(string=hai) anos
pai
achega
394c9022b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/webtbs/tw20192.pp

+ 1 - 1
tests/webtbs/tw20192.pp

@@ -40,7 +40,7 @@ var
 begin
   V := V.Create(589);
   WriteLn('V.Bug = ', V.Bug);
-  if V.Bug<>100000 div sizeof(pointer) then
+  if V.Bug<>100000 div sizeof(Integer) then
     halt(1);
   V.Free;
   writeln('ok');