Explorar o código

* result adapted

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
5839db8098
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      tests/tbs/tb0460.pp

+ 2 - 4
tests/tbs/tb0460.pp

@@ -7,15 +7,13 @@ var
 
 begin
   str(MinCurrency:0:4,s);
-  { output according to delphi }
-  if s<>'-922337203685477.5810' then
+  if s<>'-922337203685477.5807' then
     begin
       writeln(s);
       halt(1);
     end;
   str(MaxCurrency:0:4,s);
-  { output according to delphi }
-  if s<>'922337203685477.5810' then
+  if s<>'922337203685477.5807' then
     begin
       writeln(s);
       halt(1);