Browse Source

* fixed test

git-svn-id: trunk@5898 -
Jonas Maebe 18 years ago
parent
commit
e1a94f5606
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw2131.pp

+ 1 - 1
tests/webtbs/tw2131.pp

@@ -8,7 +8,7 @@ begin
     correct := ' 1.8E+0012'
     correct := ' 1.8E+0012'
   else
   else
     correct := ' 1.8E+012';
     correct := ' 1.8E+012';
-  Str (1.789e12:1, TestStr);
+  Str (extended(1.789e12):1, TestStr);
   if (teststr <> correct) then
   if (teststr <> correct) then
     begin
     begin
       writeln('error, got "',teststr,'" expected "',correct,'"');
       writeln('error, got "',teststr,'" expected "',correct,'"');