瀏覽代碼

* 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;