Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/tests/test/commands.rs')
-rw-r--r--helix-term/tests/test/commands.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/tests/test/commands.rs b/helix-term/tests/test/commands.rs
index 90ff4cf0..20e8ac9a 100644
--- a/helix-term/tests/test/commands.rs
+++ b/helix-term/tests/test/commands.rs
@@ -4,8 +4,6 @@ use super::*;
mod insert;
mod movement;
-mod reverse_selection_contents;
-mod rotate_selection_contents;
mod write;
#[tokio::test(flavor = "multi_thread")]