diff options
author | Tomohito Nakayama <nkym.tmht@gmail.com> | 2019-09-16 03:48:25 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-15 14:48:25 -0400 |
commit | a93b29007f1b231fc2a5904d21e1fed354ff9e21 (patch) | |
tree | 3efb1193cdabb22eaedb8a0e23dcf5070badc839 /cli/integration_tests.rs | |
parent | 4556a38ed97c6e5fdeb1fab5ef07329d8285273c (diff) |
Rename ansi.rs to colors.rs (#2956)
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; |