From 2dd7c144c4307aaa06f957d71dbfd9985e8856d9 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 13 Oct 2005 20:01:17 +0000 Subject: [PATCH] * fixed test git-svn-id: trunk@1371 - --- tests/tbs/tb0441.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tbs/tb0441.pp b/tests/tbs/tb0441.pp index 8320c34d11..7af4495316 100644 --- a/tests/tbs/tb0441.pp +++ b/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;