Explorar el 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 hace 7 años
padre
commit
05ac42766d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/tbf/tb0258.pp

+ 1 - 1
tests/tbf/tb0258.pp

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