Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/tests/integration.rs')
| -rw-r--r-- | helix-term/tests/integration.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/tests/integration.rs b/helix-term/tests/integration.rs index 35214bcb..5e418ceb 100644 --- a/helix-term/tests/integration.rs +++ b/helix-term/tests/integration.rs @@ -17,9 +17,9 @@ mod test { mod auto_indent; mod auto_pairs; + mod command_line; mod commands; mod languages; mod movement; - mod prompt; mod splits; } |