Browse Source

* result adapted

peter 21 years ago
parent
commit
5839db8098
1 changed files with 2 additions and 4 deletions
  1. 2 4
      tests/tbs/tb0460.pp

+ 2 - 4
tests/tbs/tb0460.pp

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