From 3253711e951eeef5a7bfebab129dbe9fc3ff692b Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 21 Jun 2016 09:21:18 +0000 Subject: [PATCH] Disable expliccitly overlfow and range checks git-svn-id: trunk@34014 - --- tests/tbs/tb0336.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tbs/tb0336.pp b/tests/tbs/tb0336.pp index 7cacb0260f..a17f152674 100644 --- a/tests/tbs/tb0336.pp +++ b/tests/tbs/tb0336.pp @@ -1,3 +1,7 @@ +{ Explicitly disable overflow and range checks } +{$Q-} +{$R-} + var l : longint; d : dword;