diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-08-16 22:27:02 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-08-17 09:55:55 -0700 |
| commit | 53df58a177365703ef7a798ffb3c468cb7d1a5ae (patch) | |
| tree | 05bb6aee7045bacf4ef750e60fa6bc47bd1958e6 /src/comp/front | |
| parent | 7bd0437b08a198a098025271103321b921d60645 (diff) | |
| download | rust-53df58a177365703ef7a798ffb3c468cb7d1a5ae.tar.gz rust-53df58a177365703ef7a798ffb3c468cb7d1a5ae.zip | |
Purge vecs from the std::test interface
Diffstat (limited to 'src/comp/front')
| -rw-r--r-- | src/comp/front/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/front/test.rs b/src/comp/front/test.rs index 86944452662..36507cd6a00 100644 --- a/src/comp/front/test.rs +++ b/src/comp/front/test.rs @@ -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); |
