test: More bustage fixes. rs=me
This commit is contained in:
parent
6084032270
commit
e1685dd990
9 changed files with 11 additions and 11 deletions
|
@ -45,7 +45,7 @@ fn cat(in_x : uint, in_y : int, in_name: ~str) -> cat {
|
|||
}
|
||||
|
||||
impl cat: ToStr {
|
||||
pure fn to_str() -> ~str { self.name }
|
||||
pure fn to_str() -> ~str { copy self.name }
|
||||
}
|
||||
|
||||
fn print_out<T: ToStr>(thing: T, expected: ~str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue