Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Remove ActiveIssue attributes that were tracking #19044
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jun 30, 2017
1 parent 313f5e9 commit f53617a
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -64,7 +64,6 @@ public void ToSortTest()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/corefx/issues/19044 - HashBucket.Equals() always returning true", TargetFrameworkMonikers.UapAot)]
public void EnumeratorWithHashCollisionsTest()
{
var emptySet = this.EmptyTyped<int>().WithComparer(new BadHasher<int>());
Expand Down Expand Up @@ -149,7 +148,6 @@ public void Create()
/// that *is* in the set.
/// </summary>
[Fact]
[ActiveIssue("https://github.com/dotnet/corefx/issues/19044 - HashBucket.Equals() always returning true", TargetFrameworkMonikers.UapAot)]
public void RemoveValuesFromCollidedHashCode()
{
var set = ImmutableHashSet.Create<int>(new BadHasher<int>(), 5, 6);
Expand Down

0 comments on commit f53617a

Please sign in to comment.