diff --git a/tests/test_bmp.nim b/tests/test_bmp.nim index d5716dc..ee6af3e 100644 --- a/tests/test_bmp.nim +++ b/tests/test_bmp.nim @@ -37,7 +37,6 @@ block: )) writeFile("tests/fileformats/bmp/knight." & $bits & ".bmp", encodeBmp(image)) - block: let image = decodeBmp(readFile( "tests/fileformats/bmp/rgb.24.master.bmp"