aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/grid
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-28 12:32:35 +0000
committerGitHub <noreply@github.com>2020-01-28 12:32:35 +0000
commit871a22eaf4b8fce71fb616ca909a0f2b46802716 (patch)
tree569c03c0a4f03456d62352de69e56c35a6f710d3 /alacritty_terminal/src/grid
parent6b327b6f8f0f308ff8f46cdf551ce0d0f3eda60b (diff)
downloadalacritty-871a22eaf4b8fce71fb616ca909a0f2b46802716.tar.gz
alacritty-871a22eaf4b8fce71fb616ca909a0f2b46802716.zip
Fix inconsistent test module naming
Diffstat (limited to 'alacritty_terminal/src/grid')
-rw-r--r--alacritty_terminal/src/grid/storage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/src/grid/storage.rs b/alacritty_terminal/src/grid/storage.rs
index 145e302b..8a5c93cb 100644
--- a/alacritty_terminal/src/grid/storage.rs
+++ b/alacritty_terminal/src/grid/storage.rs
@@ -288,7 +288,7 @@ impl<T> IndexMut<Line> for Storage<T> {
}
#[cfg(test)]
-mod test {
+mod tests {
use crate::grid::row::Row;
use crate::grid::storage::{Storage, MAX_CACHE_SIZE};
use crate::grid::GridCell;