Browse Source

Tighten up coverage on new AotCompilerTools

pull/775/head
James Jackson-South 8 years ago
parent
commit
6a81923ab7
  1. 5
      tests/ImageSharp.Tests/Advanced/AotCompilerTests.cs

5
tests/ImageSharp.Tests/Advanced/AotCompilerTests.cs

@ -10,9 +10,6 @@ namespace SixLabors.ImageSharp.Tests.Advanced
public class AotCompilerTests
{
[Fact]
public void AotCompiler_NoExceptions()
{
AotCompilerTools.Seed<Rgba32>();
}
public void AotCompiler_NoExceptions() => AotCompilerTools.Seed<Rgba32, Rgb24, Bgr24>();
}
}

Loading…
Cancel
Save