From 26d616cc32645a4c3cf4849154d90e926f389c77 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Mon, 3 Jan 2022 19:11:18 -0600 Subject: [PATCH] f --- tests/test_qoi.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_qoi.nim b/tests/test_qoi.nim index b5f9f39..0a17efb 100644 --- a/tests/test_qoi.nim +++ b/tests/test_qoi.nim @@ -8,8 +8,6 @@ for name in tests: control = decodePng(readFile("tests/fileformats/qoi/" & name & ".png")) doAssert input.data == control.data, "input mismatch of " & name - decodeQoi(control.encodeQoi()).writeFile("tmp.png") - for name in tests: let input = decodeQoiRaw(readFile("tests/fileformats/qoi/" & name & ".qoi"))