소스 검색

* tw39323 needs to turn on range check to test what it is supposed to test

florian 3 년 전
부모
커밋
677f829732
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/webtbs/tw39323.pp

+ 2 - 1
tests/webtbs/tw39323.pp

@@ -1,6 +1,7 @@
+
 program project1;
 program project1;
 
 
-{$mode objfpc}{$H+}
+{$mode objfpc}{$H+}{$R+}
 {$ZeroBasedStrings On}
 {$ZeroBasedStrings On}
 
 
 uses sysutils;
 uses sysutils;