collections: fix running make check-stage1-collections

This commit is contained in:
Erick Tryzelaar 2014-06-20 23:08:17 -04:00
parent 0f39dc7b78
commit b9aeda4802

View File

@ -1552,8 +1552,11 @@ pub mod raw {
#[cfg(test)]
mod tests {
extern crate test;
use std::prelude::*;
use std::mem::size_of;
use test::Bencher;
use super::{unzip, raw, Vec};
#[test]