Skip to content

Commit

Permalink
Almost enough of work in Block to progress further with the Scan clas…
Browse files Browse the repository at this point in the history
…ses.
  • Loading branch information
juliusfriedman committed Oct 30, 2024
1 parent 7a65ab3 commit c37bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codecs/Image/Jpeg/JpegUnitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static void TestBlockGetFourFloats()
if (block.V0L != vector ||
span[0] != vector.X || span[1] != vector.Y || span[2] != vector.Z || span[3] != vector.W)
{
throw new Exception("GetSpan method failed.");
throw new Exception("TestBlockGetFourFloats method failed.");
}
}

Expand Down

0 comments on commit c37bd35

Please sign in to comment.