You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.168
Former-commit-id: 0693caccf03a6a0d56424bcfcbe3a91c1698f35b
This commit is contained in:
parent
64580d8746
commit
fe5f08787c
@@ -57,7 +57,11 @@ namespace System.Collections.Generic.Tests
|
||||
Assert.Equal(comparer.GetHashCode(), comparer.GetHashCode());
|
||||
}
|
||||
|
||||
#if MOBILE
|
||||
[Fact(Skip="Mono issue #10807")]
|
||||
#else
|
||||
[Fact]
|
||||
#endif
|
||||
public void EqualityComparer_GetHashCodeShouldBeOverriddenAndBeTheSameAsLongAsTheTypeIsTheSame_cloned()
|
||||
{
|
||||
var comparer = EqualityComparer<T>.Default;
|
||||
|
Reference in New Issue
Block a user