Fix more tests
This commit is contained in:
parent
8ff14bf382
commit
84946b8ace
2 changed files with 2 additions and 3 deletions
|
|
@ -531,7 +531,7 @@ mod tests {
|
|||
use self::rand::isaac::IsaacRng;
|
||||
use serialize::hex::FromHex;
|
||||
use std::u64;
|
||||
use super::{Digest, Sha256, FixedBuffer};
|
||||
use super::{Digest, Sha256};
|
||||
|
||||
// A normal addition - no overflow occurs
|
||||
#[test]
|
||||
|
|
@ -648,7 +648,7 @@ mod tests {
|
|||
mod bench {
|
||||
extern crate test;
|
||||
use self::test::Bencher;
|
||||
use super::{Sha256, FixedBuffer, Digest};
|
||||
use super::{Sha256, Digest};
|
||||
|
||||
#[bench]
|
||||
pub fn sha256_10(b: &mut Bencher) {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ use rustc::ty::subst;
|
|||
use rustc::ty::subst::Subst;
|
||||
use rustc::traits::ProjectionMode;
|
||||
use rustc::ty::{self, Ty, TyCtxt, TypeFoldable};
|
||||
use rustc::ty::relate::TypeRelation;
|
||||
use rustc::infer::{self, InferOk, InferResult, TypeOrigin};
|
||||
use rustc_metadata::cstore::CStore;
|
||||
use rustc_metadata::creader::LocalCrateReader;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue