test: Remove deprecated features from benchmark tests. rs=burningtree

This commit is contained in:
Patrick Walton 2013-03-14 11:22:14 -07:00
parent 1c8490b0d9
commit da9c6d9ba6
6 changed files with 15 additions and 7 deletions

View file

@ -17,6 +17,7 @@ use std::oldmap;
use std::oldmap::{Map, HashMap};
use core::io::{Reader, ReaderUtil};
use core::rand::RngUtil;
macro_rules! bench (
($id:ident) => (maybe_run_test(argv, stringify!($id).to_owned(), $id))