瀏覽代碼

* Fixed test for 64-bit targets

git-svn-id: trunk@19314 -
sergei 14 年之前
父節點
當前提交
394c9022b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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');