소스 검색

* test needs $mode objfpc

florian 20 년 전
부모
커밋
80cdb1d464
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/webtbs/tw3217.pp

+ 1 - 0
tests/webtbs/tw3217.pp

@@ -1,6 +1,7 @@
 { Source provided for Free Pascal Bug Report 3217 }
 { Submitted by "C Western" on  2004-07-18 }
 { e-mail: [email protected] }
+{$mode objfpc}
 function TT(I:Integer):Double;
 begin
   Result := (I+0.2)*(I+0.3)+(I+0.5);