Fix cosmetics for fail!() calls
This commit is contained in:
parent
bdc182cc41
commit
04de8f852c
21 changed files with 47 additions and 63 deletions
|
@ -2237,7 +2237,7 @@ mod test {
|
|||
|
||||
fn string_check<T:Eq> (given : &T, expected: &T) {
|
||||
if !(given == expected) {
|
||||
fail!("given %?, expected %?",given,expected);
|
||||
fail!("given %?, expected %?", given, expected);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue