* adapt test to range check

git-svn-id: trunk@6535 -
This commit is contained in:
pierre 2007-02-18 00:18:17 +00:00
parent c5f685e72e
commit d452839744

View File

@ -103,6 +103,9 @@ Begin
int64val := 1;
int64val := - int64val;
Write('Value should be -1...');
{ the following test give range check errors }
{$R-}
test(int64val and $FFFFFFFF, -1);
{ CURRENT NODE : REGISTER }