소스 검색

Nuke ancient comment.

Jeroen van Rijn 1 년 전
부모
커밋
323a6e0728
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/core/image/test_core_image.odin

+ 0 - 1
tests/core/image/test_core_image.odin

@@ -1472,7 +1472,6 @@ run_png_suite :: proc(t: ^testing.T, suite: []Test) {
 			if err == nil { // No point in running the other tests if it didn't load.
 			if err == nil { // No point in running the other tests if it didn't load.
 				pixels := bytes.buffer_to_bytes(&img.pixels)
 				pixels := bytes.buffer_to_bytes(&img.pixels)
 
 
-				// This struct compare fails at -opt:2 if PNG_Dims is not #packed.
 				dims      := Dims{img.width, img.height, img.channels, img.depth}
 				dims      := Dims{img.width, img.height, img.channels, img.depth}
 				dims_pass := test.dims == dims
 				dims_pass := test.dims == dims
 				testing.expectf(t, dims_pass, "%v has %v, expected: %v", file.file, dims, test.dims)
 				testing.expectf(t, dims_pass, "%v has %v, expected: %v", file.file, dims, test.dims)