summaryrefslogtreecommitdiff
path: root/cli/tools/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r--cli/tools/test.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs
index ef4d35cce..170c1a12d 100644
--- a/cli/tools/test.rs
+++ b/cli/tools/test.rs
@@ -1,7 +1,6 @@
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
use crate::cache;
-use crate::cache::CacherLoader;
use crate::colors;
use crate::compat;
use crate::create_main_worker;
@@ -1453,7 +1452,7 @@ pub async fn run_tests_with_watch(
.collect(),
false,
maybe_imports,
- cache.as_mut_loader(),
+ &mut cache,
maybe_resolver,
maybe_locker,
None,