summaryrefslogtreecommitdiff
path: root/cli/test_runner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/test_runner.rs')
-rw-r--r--cli/test_runner.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/test_runner.rs b/cli/test_runner.rs
index 8f077652b..7b5366852 100644
--- a/cli/test_runner.rs
+++ b/cli/test_runner.rs
@@ -3,9 +3,9 @@
use crate::fs as deno_fs;
use crate::installer::is_remote_url;
use deno_core::error::AnyError;
+use deno_core::url::Url;
use std::path::Path;
use std::path::PathBuf;
-use url::Url;
fn is_supported(p: &Path) -> bool {
use std::path::Component;