* fixed test

git-svn-id: trunk@1371 -
This commit is contained in:
florian 2005-10-13 20:01:17 +00:00
parent 0bc7d92310
commit 2dd7c144c4

View File

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