Browse Source

Tighten up coverage on new AotCompilerTools

af/merge-core
James Jackson-South 8 years ago
parent
commit
60fe5881e7
  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 public class AotCompilerTests
{ {
[Fact] [Fact]
public void AotCompiler_NoExceptions() public void AotCompiler_NoExceptions() => AotCompilerTools.Seed<Rgba32, Rgb24, Bgr24>();
{
AotCompilerTools.Seed<Rgba32>();
}
} }
} }

Loading…
Cancel
Save