Browse Source

* fixed for non-x86

git-svn-id: trunk@1421 -
Jonas Maebe 20 years ago
parent
commit
8c6baebf6c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/webtbs/tw2129.pp

+ 3 - 1
tests/webtbs/tw2129.pp

@@ -40,7 +40,9 @@ begin
   if s<>'-6.53142228756617E+0018' then
 {$else cpui386}
   { this constant has been verified and is correct (FK) }
-  if s<>'-6531422287566170211' then
+  { doubles have slightly different precision on processors <> x86, because }
+  { intermediate calculations are not performed in 80 bit there (JM)        }
+  if s<>'-6531422287566170215' then
 {$endif cpui386}
     begin
       writeln(s);