Explorar el Código

+ fixed mistyped call to BsfWord in test tbsx1.pp

git-svn-id: trunk@26594 -
nickysn hace 11 años
padre
commit
1faf138667
Se han modificado 1 ficheros con 1 adiciones y 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);