Browse Source

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

git-svn-id: trunk@38336 -
florian 7 years ago
parent
commit
bf7a0c491e
1 changed files with 1 additions and 1 deletions
  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;