From 544d33bf48f363d1577ad28dd4da4eda5c03f394 Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 21 Jun 2016 08:18:22 +0000 Subject: [PATCH] Range and overflow check explicitly disabled git-svn-id: trunk@34013 - --- tests/webtbs/tw8321.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/webtbs/tw8321.pp b/tests/webtbs/tw8321.pp index 628b7a3c85..017569aa2b 100644 --- a/tests/webtbs/tw8321.pp +++ b/tests/webtbs/tw8321.pp @@ -1,3 +1,9 @@ +{ Explicitly disable range and overflow checks for this test } + +{$Q-} +{$R-} + + var A: byte; w : word;