Pārlūkot izejas kodu

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

git-svn-id: trunk@37445 -
pierre 8 gadi atpakaļ
vecāks
revīzija
c8722d4237
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;