Clean up PNG code.

This commit is contained in:
Jeroen van Rijn
2024-06-09 17:59:59 +02:00
parent fc2ba81be0
commit 5be7d8e32d
2 changed files with 20 additions and 27 deletions
-1
View File
@@ -1479,7 +1479,6 @@ run_png_suite :: proc(t: ^testing.T, suite: []Test) {
png_hash := hash.crc32(pixels)
testing.expectf(t, test.hash == png_hash, "%v test %v hash is %08x, expected %08x with %v", file.file, count, png_hash, test.hash, test.options)
passed &= test.hash == png_hash
if passed {