about summary refs log tree commit diff
path: root/src/comp/front
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-08-16 22:27:02 -0700
committerBrian Anderson <banderson@mozilla.com>2011-08-17 09:55:55 -0700
commit53df58a177365703ef7a798ffb3c468cb7d1a5ae (patch)
tree05bb6aee7045bacf4ef750e60fa6bc47bd1958e6 /src/comp/front
parent7bd0437b08a198a098025271103321b921d60645 (diff)
downloadrust-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.rs2
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);