Change 'print(fmt!(...))' to printf!/printfln! in src/test/
This commit is contained in:
parent
d047cf1ec6
commit
206ae5752e
63 changed files with 98 additions and 102 deletions
|
@ -12,5 +12,5 @@ struct Foo(int, int);
|
|||
|
||||
pub fn main() {
|
||||
let x = Foo(1, 2);
|
||||
println(fmt!("%?", x));
|
||||
printfln!(x);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue