Browse Source

Adding remark on old tests

af/merge-core
Olivia 9 years ago
parent
commit
93ac3a2c8f
  1. 4
      tests/ImageSharp.Tests/Colors/PackedPixelTests.cs

4
tests/ImageSharp.Tests/Colors/PackedPixelTests.cs

@ -13,6 +13,10 @@ namespace ImageSharp.Tests.Colors
/// <summary>
/// The packed pixel tests.
/// </summary>
/// <remarks>
/// The "ToVector4" tests should now be covered in <see cref="ColorConstructorTests"/>
/// and at some point they can be safely removed from here.
/// </remarks>
public class PackedPixelTests
{
[Fact]

Loading…
Cancel
Save