Commit 8f98a2b90f

Andrew Kelley <andrew@ziglang.org>
2022-12-19 00:32:55
std.compress.deflate: re-enable test on windows
closes #13892
1 parent aa44512
Changed files (1)
lib
std
compress
lib/std/compress/deflate/huffman_bit_writer.zig
@@ -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",