Browse Source

* fixed test

git-svn-id: trunk@1371 -
florian 20 years ago
parent
commit
2dd7c144c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tb0441.pp

+ 1 - 1
tests/tbs/tb0441.pp

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