summaryrefslogtreecommitdiff
path: root/test_util/src/lsp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test_util/src/lsp.rs')
-rw-r--r--test_util/src/lsp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/src/lsp.rs b/test_util/src/lsp.rs
index c898856bf..1a3104542 100644
--- a/test_util/src/lsp.rs
+++ b/test_util/src/lsp.rs
@@ -1,6 +1,7 @@
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
use super::new_deno_dir;
+use super::TempDir;
use anyhow::Result;
use lazy_static::lazy_static;
@@ -23,7 +24,6 @@ use std::process::Stdio;
use std::sync::Arc;
use std::time::Duration;
use std::time::Instant;
-use tempfile::TempDir;
lazy_static! {
static ref CONTENT_TYPE_REG: Regex =