Fix benchmarks

This commit is contained in:
Christian Duerr 2018-03-09 14:42:11 +01:00 committed by Joe Wilm
parent f298ebb217
commit 546e5d1b43
1 changed files with 1 additions and 1 deletions

View File

@ -2100,7 +2100,7 @@ mod benches {
mem::swap(&mut terminal.grid, &mut grid);
b.iter(|| {
let iter = terminal.renderable_cells(&config, None);
let iter = terminal.renderable_cells(&config, None, false);
for cell in iter {
test::black_box(cell);
}