Skip to content

Commit

Permalink
[mono] Reenable tests for #63746. (#69646)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored May 25, 2022
1 parent eebf4a9 commit 3c875e5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4351,7 +4351,6 @@ public void Vector128Int64SumTest()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/63746", TestPlatforms.tvOS)]
public void Vector128NIntSumTest()
{
Vector128<nint> vector = Vector128.Create((nint)0x01);
Expand All @@ -4367,7 +4366,6 @@ public void Vector128NIntSumTest()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/63746", TestPlatforms.tvOS)]
public void Vector128NUIntSumTest()
{
Vector128<nuint> vector = Vector128.Create((nuint)0x01);
Expand Down

0 comments on commit 3c875e5

Please sign in to comment.