Bugfix for nightly

This commit is contained in:
Andrew Poelstra 2015-09-20 15:13:42 -05:00
parent 4012281a2d
commit b42b1f9408
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ mod benches {
use rand::{Rng, thread_rng};
use test::{Bencher, black_box};
use super::{Secp256k1, Message};
use super::super::{Secp256k1, Message};
#[bench]
pub fn bench_ecdh(bh: &mut Bencher) {