mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
parent
aa44512b85
commit
8f98a2b90f
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user