소스 검색

Range and overflow check explicitly disabled

git-svn-id: trunk@34013 -
pierre 9 년 전
부모
커밋
544d33bf48
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      tests/webtbs/tw8321.pp

+ 6 - 0
tests/webtbs/tw8321.pp

@@ -1,3 +1,9 @@
+{ Explicitly disable range and overflow checks for this test }
+
+{$Q-}
+{$R-}
+
+
 var
  A: byte;
  w : word;