Add missing import to tests

This commit is contained in:
James Miller 2013-06-25 18:02:56 +12:00
parent 6ad31ffb53
commit 122f25dd5e

View file

@ -177,7 +177,7 @@ impl<A:ToStr> ToStr for @[A] {
mod tests {
use hashmap::HashMap;
use hashmap::HashSet;
use container::Set;
use container::{Set,Map};
#[test]
fn test_simple_types() {
assert_eq!(1i.to_str(), ~"1");