浏览代码

* test works only well if the constants have the same type as the operands of mod

git-svn-id: trunk@38336 -
florian 7 年之前
父节点
当前提交
bf7a0c491e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw33167.pp

+ 1 - 1
tests/webtbs/tw33167.pp

@@ -3,7 +3,7 @@ uses
   math;
 
 var
-  a,b,c : double;
+  a,b,c : float;
 begin
   a:=7.7;
   b:=1.1;