소스 검색

* enable modeswitch arrayoperators for the tests

git-svn-id: trunk@39263 -
svenbarth 7 년 전
부모
커밋
1c9ea4c120
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/test/tarray17.pp
  2. 1 0
      tests/webtbs/tw30463.pp

+ 1 - 0
tests/test/tarray17.pp

@@ -1,6 +1,7 @@
 program tarray17;
 
 {$mode objfpc}
+{$modeswitch arrayoperators}
 {$COperators on}
 
 function CheckArray(aArr, aExpected: array of LongInt): Boolean;

+ 1 - 0
tests/webtbs/tw30463.pp

@@ -1,4 +1,5 @@
 {$mode objfpc}
+{$modeswitch arrayoperators}
 procedure p1;
   var
     A: array of Integer;