diff options
author | Ry Dahl <ry@tinyclouds.org> | 2020-01-05 11:56:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-05 11:56:18 -0500 |
commit | 76e44ddfd0d286335107de28bae06c6f962abf13 (patch) | |
tree | 8c78679dbc702333e0ef585d300e792a9d6b75dd /cli/tests/integration_tests.rs | |
parent | 5f1df038fb1462607af3555fa7431c05ca484dce (diff) |
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 4 |
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; |