Skip to content

Commit

Permalink
Re-enable test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kg committed Feb 22, 2024
1 parent 2fdd490 commit b92d7be
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1188,9 +1188,6 @@ public static IEnumerable<object[]> GetInterfaceMap_TestData()
}
else
{
// [ActiveIssue("https://github.com/dotnet/runtime/issues/90863")]
if (classType.Type == typeof(SIMs.C2Implicit<string>) && interfaceType.Type == typeof(SIMs.I1<string>)) continue;

// It's implemented implicitly by the level 2 interface
MTarget = interfaceType.Level2InterfaceType.GetMethod(interfaceType.MethodNamePrefix + "M", bindingFlags);
GTarget = interfaceType.Level2InterfaceType.GetMethod(interfaceType.MethodNamePrefix + "G", bindingFlags);
Expand Down Expand Up @@ -1315,7 +1312,7 @@ public void Method(string arg) { }

static class DIMs
{

internal interface I1
{
void M() { throw new Exception("e"); }
Expand Down

0 comments on commit b92d7be

Please sign in to comment.