diff --git a/helix-term/tests/test/comments.rs b/helix-term/tests/test/comments.rs index 346c22f86..a348c4829 100644 --- a/helix-term/tests/test/comments.rs +++ b/helix-term/tests/test/comments.rs @@ -1,11 +1,5 @@ -use helix_term::application::Application; - use super::*; -mod insert; -mod movement; -mod write; - /// Comment and uncomment #[tokio::test(flavor = "multi_thread")] async fn test_injected_comment_tokens_simple() -> anyhow::Result<()> {