Sfoglia il codice sorgente

* enable modeswitch arrayoperators for the tests

git-svn-id: trunk@39263 -
svenbarth 7 anni fa
parent
commit
1c9ea4c120
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;