summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index fcf339c92..ee524e990 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -680,8 +680,8 @@ itest!(top_level_for_await_ts {
});
mod util {
- use deno_cli::colors::strip_ansi_codes;
- pub use deno_cli::test_util::*;
+ use deno::colors::strip_ansi_codes;
+ pub use deno::test_util::*;
use os_pipe::pipe;
use std::io::Read;
use std::io::Write;