Browse Source

* test now fails under FPC

git-svn-id: trunk@7401 -
Jonas Maebe 18 years ago
parent
commit
d375ae6f7f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tests/test/tparray18.pp

+ 6 - 0
tests/test/tparray18.pp

@@ -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 }
 { from gpc tests, original name: bitfields.pas }
 
 
 {$ifdef fpc}
 {$ifdef fpc}