소스 검색

* 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 7 년 전
부모
커밋
05ac42766d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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