Explorar o código

+ fixed mistyped call to BsfWord in test tbsx1.pp

git-svn-id: trunk@26594 -
nickysn %!s(int64=11) %!d(string=hai) anos
pai
achega
1faf138667
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test/tbsx1.pp

+ 1 - 1
tests/test/tbsx1.pp

@@ -61,7 +61,7 @@ begin
     end;
   end;
   x16:=0;
-  f:=BsfDWord(x16);
+  f:=BsfWord(x16);
   if (f<>$ff) then
   begin
     writeln('BsfWord(',x16,') returned ',f,', should be ',$ff);