* test now fails under FPC

git-svn-id: trunk@7401 -
This commit is contained in:
Jonas Maebe 2007-05-20 08:54:10 +00:00
parent ba67b8566b
commit d375ae6f7f

View File

@ -1,3 +1,9 @@
{ %fail }
{ currently fails under FPC, because parameters to read(ln) have to be }
{ var parameters, and you cannot pass bitpacked record fields and array }
{ elements as var parameters }
{ from gpc tests, original name: bitfields.pas }
{$ifdef fpc}