aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/message_bar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty_terminal/src/message_bar.rs')
-rw-r--r--alacritty_terminal/src/message_bar.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/src/message_bar.rs b/alacritty_terminal/src/message_bar.rs
index 1382684d..67de52b1 100644
--- a/alacritty_terminal/src/message_bar.rs
+++ b/alacritty_terminal/src/message_bar.rs
@@ -173,7 +173,7 @@ impl MessageBuffer {
}
#[cfg(test)]
-mod test {
+mod tests {
use super::{Message, MessageBuffer, MIN_FREE_LINES};
use crate::term::{color, SizeInfo};