Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

Do not compare compiler generated fields in tests. #386

Closed aarononeal closed 11 years ago

aarononeal commented 11 years ago

After updating to Mono 3.1.2, tests failed due to extra compiler generated fields that aren't present in the dynamic generated proxies. This patch updates the test suite to ignore fields that are compiler generated.