From 76e44ddfd0d286335107de28bae06c6f962abf13 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Sun, 5 Jan 2020 11:56:18 -0500 Subject: Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) --- cli/tests/std_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/std_tests.rs') diff --git a/cli/tests/std_tests.rs b/cli/tests/std_tests.rs index d1ed599bc..7b7928f70 100644 --- a/cli/tests/std_tests.rs +++ b/cli/tests/std_tests.rs @@ -6,7 +6,7 @@ mod tests { extern crate lazy_static; extern crate tempfile; - use deno_cli::test_util::*; + use deno::test_util::*; use std::process::Command; use tempfile::TempDir; -- cgit v1.2.3