aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/tests/ref.rs
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty_terminal/tests/ref.rs')
-rw-r--r--alacritty_terminal/tests/ref.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty_terminal/tests/ref.rs b/alacritty_terminal/tests/ref.rs
index b55a45e9..a0a831d5 100644
--- a/alacritty_terminal/tests/ref.rs
+++ b/alacritty_terminal/tests/ref.rs
@@ -84,7 +84,9 @@ struct RefConfig {
history_size: u32,
}
+#[derive(Copy, Clone)]
struct Mock;
+
impl EventListener for Mock {
fn send_event(&self, _event: Event) {}
}