Skip to content

Commit 3c875e5

Browse files
authored
[mono] Reenable tests for #63746. (#69646)
1 parent eebf4a9 commit 3c875e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector128Tests.cs

-2
Original file line numberDiff line numberDiff line change
@@ -4351,7 +4351,6 @@ public void Vector128Int64SumTest()
43514351
}
43524352

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

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

0 commit comments

Comments
 (0)