summaryrefslogtreecommitdiffstats
path: root/src/verb/execution_builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/verb/execution_builder.rs')
-rw-r--r--src/verb/execution_builder.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/verb/execution_builder.rs b/src/verb/execution_builder.rs
index 1ade61c..e93e929 100644
--- a/src/verb/execution_builder.rs
+++ b/src/verb/execution_builder.rs
@@ -155,7 +155,10 @@ impl<'b> ExecutionStringBuilder<'b> {
#[cfg(test)]
mod execution_builder_test {
- use super::*;
+ use {
+ super::*,
+ crate::app::SelectionType,
+ };
fn check_build_execution_from_sel(
exec_pattern: &str,