Explorar o código

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

git-svn-id: trunk@38336 -
florian %!s(int64=7) %!d(string=hai) anos
pai
achega
bf7a0c491e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;