Sfoglia il codice sorgente

* fixed test

git-svn-id: branches/fixes_2_0@1369 -
florian 20 anni fa
parent
commit
856998cb27
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;