Browse Source

tests: fixed test

git-svn-id: trunk@23396 -
paul 12 years ago
parent
commit
38da152b11
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/test/terecs16.pp

+ 1 - 0
tests/test/terecs16.pp

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