superflour space

This commit is contained in:
Nikolay Volf 2016-01-29 19:29:20 +04:00
parent e3623ed1b4
commit acae66ec03

View File

@ -788,7 +788,6 @@ mod tests {
for _ in 0..2 { for _ in 0..2 {
bc.collect_garbage(true); bc.collect_garbage(true);
} }
assert!(bc.cache_size().blocks < 1024 * 1024); assert!(bc.cache_size().blocks < 1024 * 1024);
} }