2
0
peter 22 жил өмнө
parent
commit
5839db8098
1 өөрчлөгдсөн 2 нэмэгдсэн , 4 устгасан
  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);