splitting part of util into smaller crates (#4956)
* split path module from util * moved RotatingLogger from util to logger crate * fix tests * fix tests * use only one version of ansi_term crate
This commit is contained in:
@@ -958,7 +958,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn playpen() {
|
||||
::log::init_log();
|
||||
::ethcore_logger::init_log();
|
||||
|
||||
let mut seed = H256::new();
|
||||
for test_i in 0..10 {
|
||||
|
||||
Reference in New Issue
Block a user