librustc: Fix merge fallout and test cases.
This commit is contained in:
parent
e015bee286
commit
bb830558d1
26 changed files with 743 additions and 46 deletions
|
|
@ -248,7 +248,7 @@ fn command_line_test_output(args: &[~str]) -> ~[~str] {
|
|||
let p_output = command_line_test(args, &os::getcwd());
|
||||
let test_output = str::from_bytes(p_output.output);
|
||||
for test_output.split_iter('\n').advance |s| {
|
||||
result += [s.to_owned()];
|
||||
result.push(s.to_owned());
|
||||
}
|
||||
result
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue