Skip to content

Commit 7b13ae2

Browse files
committed
Adapt testchanges
1 parent 8178945 commit 7b13ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ static void RunTest(string arg)
191191
}
192192
else if (AdvSimd.IsSupported)
193193
{
194-
expectedType = typeof(JpegColorConverterBase.YCbCrVector);
194+
expectedType = typeof(JpegColorConverterBase.YCbCrArm);
195195
}
196196

197197
// act
@@ -224,7 +224,7 @@ static void RunTest(string arg)
224224
}
225225
else if (AdvSimd.IsSupported)
226226
{
227-
expectedType = typeof(JpegColorConverterBase.YccKVector);
227+
expectedType = typeof(JpegColorConverterBase.YccKArm64);
228228
}
229229

230230
// act

0 commit comments

Comments
 (0)