* fixed test tbsx1.pp for a 16-bit objpas.integer type

git-svn-id: trunk@27050 -
This commit is contained in:
nickysn 2014-03-09 16:45:15 +00:00
parent b11e26cf55
commit 5ac193dfc3

View File

@ -83,7 +83,7 @@ var
begin
for i:=0 to 31 do
begin
x32:=1 shl i;
x32:=cardinal(1) shl i;
f:=BsfDWord(x32);
if (f<>i) then
begin