Closed
Description
The test currently fails with:
System.Reflection.Tests.TypeTests_HiddenFields.GetFieldDoesNotHideHiddenFields [FAIL]
Assert.Equal() Failure
Expected: 4
Actual: 0
Stack Trace:
at System.Reflection.Tests.TypeTests_HiddenFields.GetFieldDoesNotHideHiddenFields()
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Determine why and make the test pass.