Explorar o código

* fix test; it of course still fails, but now it fails with the expected warning instead of an error

git-svn-id: trunk@39351 -
svenbarth %!s(int64=7) %!d(string=hai) anos
pai
achega
05ac42766d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/tbf/tb0258.pp

+ 1 - 1
tests/tbf/tb0258.pp

@@ -5,7 +5,7 @@ procedure p;
 var
   a : array of longint;
 begin
-  setlength(p,100);
+  setlength(a,100);
 end;
 
 begin