소스 검색

Merged revisions 1421 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@1422 -

Jonas Maebe 20 년 전
부모
커밋
fe75100081
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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);