diff --git a/crates/cli/src/lib.rs b/crates/cli/src/lib.rs index f5cca04040f..10eb20efb01 100644 --- a/crates/cli/src/lib.rs +++ b/crates/cli/src/lib.rs @@ -518,7 +518,7 @@ pub fn test(matches: &ArgMatches, target: Target) -> io::Result { render: roc_reporting::report::RenderTarget::ColorTerminal, palette: roc_reporting::report::DEFAULT_PALETTE, threading, - exec_mode: exec_mode.clone(), + exec_mode, }; let load_result = roc_load::load_and_monomorphize( arena,