diff options
Diffstat (limited to 'test_plugin/tests/integration_tests.rs')
-rw-r--r-- | test_plugin/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_plugin/tests/integration_tests.rs b/test_plugin/tests/integration_tests.rs index 9304560f7..cb76ef3ef 100644 --- a/test_plugin/tests/integration_tests.rs +++ b/test_plugin/tests/integration_tests.rs @@ -1,4 +1,4 @@ -use deno_cli::test_util::*; +use deno::test_util::*; use std::process::Command; fn deno_cmd() -> Command { |