Purge vecs from the std::test interface
This commit is contained in:
parent
7bd0437b08
commit
53df58a177
2 changed files with 2 additions and 6 deletions
|
|
@ -355,7 +355,7 @@ fn mk_test_main_call(cx: &test_ctxt) -> @ast::expr {
|
|||
// Call std::test::test_main
|
||||
let test_main_path: ast::path =
|
||||
nospan({global: false,
|
||||
idents: ~["std", "test", "test_main_ivec"],
|
||||
idents: ~["std", "test", "test_main"],
|
||||
types: ~[]});
|
||||
|
||||
let test_main_path_expr_: ast::expr_ = ast::expr_path(test_main_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue