Skip to content
2 changes: 1 addition & 1 deletion QuadTree.Tests/QuadTree.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Compile Include="Tests.BFS.fs" />
<Compile Include="Tests.TriangleCount.fs" />
<Compile Include="Tests.SSSP.fs" />
<Compile Include="Tests.Boruvka.fs" />
<Compile Include="Tests.MST.fs" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading
Loading