Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BrzVlad committed Jun 19, 2023
1 parent 533c9fb commit be4d56b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,6 @@ public static void CreateCheckedFromDecimalTest()
}

[Fact]
[SkipOnMono("https://github.com/dotnet/runtime/issues/69794")]
public static void CreateCheckedFromDoubleTest()
{
Assert.Equal((nuint)0x0000_0000, NumberBaseHelper<nuint>.CreateChecked<double>(+0.0));
Expand Down Expand Up @@ -2006,7 +2005,6 @@ public static void CreateCheckedFromIntPtrTest()
}

[Fact]
[SkipOnMono("https://github.com/dotnet/runtime/issues/69794")]
public static void CreateCheckedFromNFloatTest()
{
Assert.Equal((nuint)0x0000_0000, NumberBaseHelper<nuint>.CreateChecked<NFloat>(0.0f));
Expand Down Expand Up @@ -2052,7 +2050,6 @@ public static void CreateCheckedFromSByteTest()
}

[Fact]
[SkipOnMono("https://github.com/dotnet/runtime/issues/69794")]
public static void CreateCheckedFromSingleTest()
{
Assert.Equal((nuint)0x0000_0000, NumberBaseHelper<nuint>.CreateChecked<float>(+0.0f));
Expand Down

0 comments on commit be4d56b

Please sign in to comment.