Explicitly disabled overflow and range check for these two tests

git-svn-id: trunk@39266 -
This commit is contained in:
pierre 2018-06-21 04:52:37 +00:00
parent 3f96c0baed
commit e518bd52ba
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,10 @@ program tb0627a;
{$mode objfpc}
{ Explicitly disable overflow and range checks }
{$Q-}
{$R-}
var
SideEffectsHappened: Boolean = False;

View File

@ -56,6 +56,10 @@ program tb0627b;
{------------------------------------------------------------------------------}
{ Explicitly disable overflow and range checks }
{$Q-}
{$R-}
var
SideEffectsHappened: Boolean = False;