Skip to content

Commit

Permalink
Adding generic-math tests for decimal and double/single/half to parit…
Browse files Browse the repository at this point in the history
…y the integer tests (#68043)
  • Loading branch information
tannergooding authored Apr 15, 2022
1 parent b6c61ae commit 300616e
Show file tree
Hide file tree
Showing 5 changed files with 5,145 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
<ItemGroup>
<Compile Include="System\ByteTests.GenericMath.cs" />
<Compile Include="System\CharTests.GenericMath.cs" />
<Compile Include="System\DecimalTests.GenericMath.cs" />
<Compile Include="System\DoubleTests.GenericMath.cs" />
<Compile Include="System\GenericMathHelpers.cs" />
<Compile Include="System\HalfTests.GenericMath.cs" />
Expand Down
Loading

0 comments on commit 300616e

Please sign in to comment.