* fixed test

This commit is contained in:
peter 2004-05-23 20:54:28 +00:00
parent 5303f5e62c
commit 4bf5d00746

View File

@ -4,7 +4,7 @@ var
q : cardinal;
begin
l:=1;
{$if sizeof(l)=3}
{$if sizeof(l)=2}
l:=2;
{$endif}
if l<>2 then