소스 검색

tests: fixed test

git-svn-id: trunk@23396 -
paul 12 년 전
부모
커밋
38da152b11
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/test/terecs16.pp

+ 1 - 0
tests/test/terecs16.pp

@@ -13,6 +13,7 @@ var
 
   constructor TRec.Create;
   begin
+    l := 0;
     r.l := 4;
     if l <> 0 then
       halt(1);