* changed test so it also produces a warning (and hence fails) on 64 bit

platforms

git-svn-id: trunk@12032 -
This commit is contained in:
Jonas Maebe 2008-11-07 20:00:06 +00:00
parent b6dcffe79b
commit f07d00b7f0

View File

@ -10,7 +10,6 @@ var
begin
{$warnings on}
p:= @a;
offs:= SizeOf(integer);
{$push}
{$warnings off}
{$pop}