Skip to content

Commit 75e4cde

Browse files
committed
Developed two unit tests for netcoreapp and netstandard to deal with different alignments separately, with some style changes to readonly variables
1 parent 4d7d8ef commit 75e4cde

File tree

3 files changed

+724
-115
lines changed

3 files changed

+724
-115
lines changed

test/Microsoft.ML.CpuMath.UnitTests.netcoreapp/Microsoft.ML.CpuMath.UnitTests.netcoreapp.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@
88
<ItemGroup>
99
<ProjectReference Include="..\..\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj " />
1010
</ItemGroup>
11-
12-
<ItemGroup>
13-
<Compile Include="..\Microsoft.ML.CpuMath.UnitTests.netstandard\UnitTests.cs" />
14-
</ItemGroup>
1511

1612
</Project>

0 commit comments

Comments
 (0)