diff options
Diffstat (limited to 'cli/integration_tests.rs')
-rw-r--r-- | cli/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/integration_tests.rs b/cli/integration_tests.rs index 9bf0c43b6..b03f69596 100644 --- a/cli/integration_tests.rs +++ b/cli/integration_tests.rs @@ -1,5 +1,5 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -use crate::ansi::strip_ansi_codes; +use crate::colors::strip_ansi_codes; use os_pipe::pipe; use std::env; use std::io::Read; |