瀏覽代碼

+ fixed mistyped call to BsfWord in test tbsx1.pp

git-svn-id: trunk@26594 -
nickysn 11 年之前
父節點
當前提交
1faf138667
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);