Skip to content

Commit

Permalink
TypeInfoTests.FindMembers should pass now
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Nov 2, 2020
1 parent 9556d0f commit a87bfb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libraries/System.Reflection/tests/TypeInfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ public void GetConstructor(Type[] types, int? expected)
}

[Fact]
[ActiveIssue("https://github.com/mono/mono/issues/15029", TestRuntimes.Mono)]
public static void FindMembers()
{
MemberInfo[] members = typeof(MembersClass).GetTypeInfo().FindMembers(MemberTypes.All, BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance, (MemberInfo memberInfo, object c) => true, "notused");
Expand Down

0 comments on commit a87bfb0

Please sign in to comment.