Skip to content

Commit

Permalink
restore ci failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Jan 28, 2024
1 parent 787d6cb commit 3e144fc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/huffman_bit_writer.zig
Original file line number Diff line number Diff line change
Expand Up @@ -746,11 +746,10 @@ test "writeBlockHuff" {
"huffman-shifts.input",
"huffman-shifts.golden",
);
// TODO fails on windows in github ci
// try testBlockHuff(
// "huffman-text.input",
// "huffman-text.golden",
// );
try testBlockHuff(
"huffman-text.input",
"huffman-text.golden",
);
try testBlockHuff(
"huffman-text-shift.input",
"huffman-text-shift.golden",
Expand Down

0 comments on commit 3e144fc

Please sign in to comment.