Răsfoiți Sursa

* changed so it still fails now that you can take the address of some
fields of bitpacked records

git-svn-id: trunk@7621 -

Jonas Maebe 18 ani în urmă
părinte
comite
b998cb1208
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      tests/webtbf/tw7438.pp

+ 2 - 2
tests/webtbf/tw7438.pp

@@ -7,8 +7,8 @@ interface
 
 type
   tr = bitpacked record
-    l1: longint;
-    l2: longint;
+    l1: 0..15;
+    l2: 0..15;
   end;