Drop the '2' suffix from logging macros
Who doesn't like a massive renaming?
This commit is contained in:
parent
15a6bdebab
commit
daf5f5a4d1
726 changed files with 3060 additions and 3060 deletions
|
@ -417,18 +417,18 @@ mod test {
|
|||
_ => assert_eq!("wrong 4","correct")
|
||||
},
|
||||
_ => {
|
||||
error2!("failing value 3: {:?}",first_set);
|
||||
error!("failing value 3: {:?}",first_set);
|
||||
assert_eq!("wrong 3","correct")
|
||||
}
|
||||
},
|
||||
_ => {
|
||||
error2!("failing value 2: {:?}",delim_elts);
|
||||
error!("failing value 2: {:?}",delim_elts);
|
||||
assert_eq!("wrong","correct");
|
||||
}
|
||||
|
||||
},
|
||||
_ => {
|
||||
error2!("failing value: {:?}",tts);
|
||||
error!("failing value: {:?}",tts);
|
||||
assert_eq!("wrong 1","correct");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue