Purge vecs from the std::test interface

This commit is contained in:
Brian Anderson 2011-08-16 22:27:02 -07:00
parent 7bd0437b08
commit 53df58a177
2 changed files with 2 additions and 6 deletions

View file

@ -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);