From 122f25dd5e1dae124bdc8d3beeac55474d7a8ce5 Mon Sep 17 00:00:00 2001 From: James Miller Date: Tue, 25 Jun 2013 18:02:56 +1200 Subject: Add missing import to tests --- src/libstd/to_str.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/to_str.rs b/src/libstd/to_str.rs index 2e5c3c01adf..4d5bc0f8842 100644 --- a/src/libstd/to_str.rs +++ b/src/libstd/to_str.rs @@ -177,7 +177,7 @@ impl 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"); -- cgit 1.4.1-3-g733a5