authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-09-11 21:04:08+02:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-09-11 21:04:08+02:00
log4b851c7255d726f5743c42ae80a71ce7cf47c486
treed4f64d8d3d71f316a352247a960b16ecc93f198d
parent41f244bd2ff0a217a83a3d17fc82f4a773eca278

Re-enable a compression test

It somehow got commented out...

1 files changed, 4 insertions(+), 4 deletions(-)

lib/std/compress/zlib.zig+4-4
......@@ -138,10 +138,10 @@ test "compressed data" {
138138 "5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009",
139139 );
140140 // Compressed with compression level = 9 and fixed Huffman codes
141 // try testReader(
142 // @embedFile("rfc1951.txt.fixed.z.9"),
143 // "5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009",
144 // );
141 try testReader(
142 @embedFile("rfc1951.txt.fixed.z.9"),
143 "5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009",
144 );
145145}
146146
147147test "sanity checks" {