language changes: BenchHarness -> Bencher.

This commit is contained in:
Kang Seonghoon 2014-04-27 04:39:48 +09:00
parent e40be225fe
commit f8a05676b7
1 changed files with 1 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@ mod internals {
}
#[bench]
fn bench_year_flags_from_year(bh: &mut test::BenchHarness) {
fn bench_year_flags_from_year(bh: &mut test::Bencher) {
bh.iter(|| {
for year in range(-999i, 1000) {
YearFlags::from_year(year);