Adding missing imports for tests, and gate off others

This commit is contained in:
Alex Crichton
2013-02-28 11:57:33 -05:00
parent bc3bee410a
commit cb4ab76e4a
46 changed files with 141 additions and 109 deletions

View File

@@ -500,7 +500,6 @@ impl <K: Eq + Hash + IterBytes ,V: Copy> MapChain<K,V>{
#[cfg(test)]
mod test {
use super::*;
use super::MapChain;
use util::testing::check_equal;
use core::hashmap::linear::LinearMap;