瀏覽代碼

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

git-svn-id: trunk@37445 -
pierre 7 年之前
父節點
當前提交
c8722d4237
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw32115.pp

+ 1 - 1
tests/webtbs/tw32115.pp

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