fix dropping front block in BlockBuf

This commit is contained in:
Nikolay Kim
2016-09-13 15:30:44 -07:00
parent f693e038d9
commit 1f188b5628
3 changed files with 24 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ extern crate byteorder;
// == Buf
mod test_append;
mod test_block;
mod test_buf;
mod test_buf_fill;
mod test_byte_buf;