You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.176
Former-commit-id: 832f8d999f57cff48d1880b97be189dfed6c9dc2
This commit is contained in:
parent
64ac736ec5
commit
7aefecd37c
@@ -1006,8 +1006,8 @@ namespace System.Reflection.Tests
|
||||
Assert.Equal(expected, type.GetTypeInfo().GetElementType());
|
||||
}
|
||||
|
||||
[Theory]
|
||||
public void GenericParameterConstraints(Type type)
|
||||
[Fact]
|
||||
public void GenericParameterConstraints()
|
||||
{
|
||||
Type[] genericTypeParameters = typeof(MethodClassWithConstraints<,>).GetTypeInfo().GenericTypeParameters;
|
||||
Assert.Equal(2, genericTypeParameters.Length);
|
||||
|
||||
Reference in New Issue
Block a user