소스 검색

* 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');