소스 검색

* fixed test

git-svn-id: trunk@5898 -
Jonas Maebe 18 년 전
부모
커밋
e1a94f5606
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/webtbs/tw2131.pp

+ 1 - 1
tests/webtbs/tw2131.pp

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