Fix warnings in chunk_test

wangkuiyi-patch-2
Abhinav Arora 7 years ago
parent 9b63b7dde0
commit 855992dab0

@ -43,5 +43,5 @@ TEST(Chunk, Compressor) {
ch.Clear();
ch.Parse(ss);
ASSERT_EQ(ch.NumBytes(), 18);
ASSERT_EQ(ch.NumBytes(), 18ul);
}

Loading…
Cancel
Save