mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
Re-enable a compression test
It somehow got commented out...
This commit is contained in:
parent
41f244bd2f
commit
4b851c7255
@ -138,10 +138,10 @@ test "compressed data" {
|
||||
"5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009",
|
||||
);
|
||||
// Compressed with compression level = 9 and fixed Huffman codes
|
||||
// try testReader(
|
||||
// @embedFile("rfc1951.txt.fixed.z.9"),
|
||||
// "5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009",
|
||||
// );
|
||||
try testReader(
|
||||
@embedFile("rfc1951.txt.fixed.z.9"),
|
||||
"5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009",
|
||||
);
|
||||
}
|
||||
|
||||
test "sanity checks" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user