Demode vec::push (and convert to method)
This commit is contained in:
parent
cd79e1d1b2
commit
67a8e7128a
134 changed files with 688 additions and 674 deletions
|
@ -141,7 +141,7 @@ fn make_tests(config: config) -> ~[test::TestDesc] {
|
|||
let file = copy *file;
|
||||
debug!("inspecting file %s", file.to_str());
|
||||
if is_test(config, file) {
|
||||
vec::push(tests, make_test(config, file))
|
||||
tests.push(make_test(config, file))
|
||||
}
|
||||
}
|
||||
return tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue