소스 검색

Fix tw32115 test for msdos target by using longint type explicitly for CalcSmth function parameter

git-svn-id: trunk@37445 -
pierre 8 년 전
부모
커밋
c8722d4237
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/webtbs/tw32115.pp

+ 1 - 1
tests/webtbs/tw32115.pp

@@ -1,7 +1,7 @@
 {$mode objfpc}
 program Project1;
 
-function CalcSmth(const AValue: Integer): Integer;
+function CalcSmth(const AValue: LongInt): Integer;
 begin
   case AValue of
     -9999999..-1000000: Result := 2;