diff options
Diffstat (limited to 'alacritty_terminal/tests/ref.rs')
-rw-r--r-- | alacritty_terminal/tests/ref.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/tests/ref.rs b/alacritty_terminal/tests/ref.rs index 99a9db54..41959b2f 100644 --- a/alacritty_terminal/tests/ref.rs +++ b/alacritty_terminal/tests/ref.rs @@ -107,7 +107,7 @@ fn ref_test(dir: &Path) { // Truncate invisible lines from the grid. let mut term_grid = terminal.grid().clone(); - term_grid.initialize_all(&Cell::default()); + term_grid.initialize_all(Cell::default()); term_grid.truncate(); if grid != term_grid { |