std.compress.deflate: re-enable test on windows

closes #13892
This commit is contained in:
Andrew Kelley 2022-12-18 16:32:55 -07:00
parent aa44512b85
commit 8f98a2b90f

View File

@ -848,11 +848,6 @@ test "writeBlockHuff" {
// Tests huffman encoding against reference files to detect possible regressions.
// If encoding/bit allocation changes you can regenerate these files
if (builtin.os.tag == .windows) {
// https://github.com/ziglang/zig/issues/13892
return error.SkipZigTest;
}
try testBlockHuff(
"huffman-null-max.input",
"huffman-null-max.golden",