diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration_tests.rs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 41e5c5d96..1b9e9ef14 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1,14 +1,9 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -#[cfg(unix)] -extern crate nix; -extern crate tempfile; - -use test_util as util; - use futures::prelude::*; use std::io::{BufRead, Write}; use std::process::Command; use tempfile::TempDir; +use test_util as util; #[test] fn std_tests() { |