Skip to content

Commit 27f8359

Browse files
committed
upgrade lz4 to r131
1 parent ef862a3 commit 27f8359

File tree

5 files changed

+783
-594
lines changed

5 files changed

+783
-594
lines changed

lz4_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ func TestCompressionRatio(t *testing.T) {
2323
t.Fatal(err)
2424
}
2525

26-
if want := 4573; want != outSize {
27-
t.Fatalf("Compressed output length != expected: %d != %d", want, outSize)
26+
if want := 4746; want != outSize {
27+
t.Fatalf("Compressed output length != expected: %d != %d", outSize, want)
2828
}
2929
}
3030

0 commit comments

Comments
 (0)