2
0
Эх сурвалжийг харах

* enable modeswitch arrayoperators for the tests

git-svn-id: trunk@39263 -
svenbarth 7 жил өмнө
parent
commit
1c9ea4c120

+ 1 - 0
tests/test/tarray17.pp

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

+ 1 - 0
tests/webtbs/tw30463.pp

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