Explorar o código

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

git-svn-id: trunk@37445 -
pierre %!s(int64=8) %!d(string=hai) anos
pai
achega
c8722d4237
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;