Change 'print(fmt!(...))' to printf!/printfln! in src/test/
This commit is contained in:
committed by
Daniel Micay
parent
d047cf1ec6
commit
206ae5752e
@@ -12,5 +12,5 @@ struct Foo(int, int);
|
||||
|
||||
pub fn main() {
|
||||
let x = Foo(1, 2);
|
||||
println(fmt!("%?", x));
|
||||
printfln!(x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user