Browse Source

* part of r25888, forgot to commit

git-svn-id: trunk@25891 -
Jonas Maebe 11 years ago
parent
commit
96ac477b96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw2129.pp

+ 1 - 1
tests/webtbs/tw2129.pp

@@ -35,7 +35,7 @@ begin
 {$ifdef FPC_DOUBLE_HILO_SWAPPED}
   comp1:=swap(comp1);
 {$endif FPC_DOUBLE_HILO_SWAPPED}
-  str(comp1,s);
+  str(comp1:23,s);
 {$ifdef FPC_HAS_TYPE_EXTENDED}
   if s<>'-6.53142228756617E+0018' then
 {$else FPC_HAS_TYPE_EXTENDED}