summaryrefslogtreecommitdiff
path: root/cli/tests/std_tests.rs
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-05 11:56:18 -0500
committerGitHub <noreply@github.com>2020-01-05 11:56:18 -0500
commit76e44ddfd0d286335107de28bae06c6f962abf13 (patch)
tree8c78679dbc702333e0ef585d300e792a9d6b75dd /cli/tests/std_tests.rs
parent5f1df038fb1462607af3555fa7431c05ca484dce (diff)
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Diffstat (limited to 'cli/tests/std_tests.rs')
-rw-r--r--cli/tests/std_tests.rs2
1 files changed, 1 insertions, 1 deletions
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;