Procházet zdrojové kódy

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

git-svn-id: trunk@37445 -
pierre před 8 roky
rodič
revize
c8722d4237
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;