mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* adapt test to range check
git-svn-id: trunk@6536 -
This commit is contained in:
parent
d452839744
commit
6030d53a23
@ -79,6 +79,9 @@ Begin
|
||||
longres := $7F7F7F7F;
|
||||
longres := not longres;
|
||||
Write('Value should be $80808080...');
|
||||
|
||||
{ the following test give range check errors }
|
||||
{$R-}
|
||||
test(longres,$80808080);
|
||||
|
||||
{ CURRENT NODE : REGISTER }
|
||||
|
Loading…
Reference in New Issue
Block a user