// Copyright (c) Six Labors. // Licensed under the Apache License, Version 2.0. using SixLabors.ImageSharp.PixelFormats; using Xunit.Abstractions; namespace SixLabors.ImageSharp.Tests.PixelFormats.PixelOperations { public partial class PixelOperationsTests { public class Bgra5551OperationsTests : PixelOperationsTests { public Bgra5551OperationsTests(ITestOutputHelper output) : base(output) { } } } }