소스 검색

* fixed test

git-svn-id: branches/fixes_2_0@1369 -
florian 20 년 전
부모
커밋
856998cb27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/tbs/tb0441.pp

+ 1 - 1
tests/tbs/tb0441.pp

@@ -1,6 +1,6 @@
 {$mode fpc}
 
-operator :=(x:LongInt)RESULT:ShortString;
+operator :=(x:ShortInt)RESULT:ShortString;
   begin
     Val(RESULT,x);
   end;