Skip to content

Commit 122f25d

Browse files
committed
Add missing import to tests
1 parent 6ad31ff commit 122f25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/to_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ impl<A:ToStr> ToStr for @[A] {
177177
mod tests {
178178
use hashmap::HashMap;
179179
use hashmap::HashSet;
180-
use container::Set;
180+
use container::{Set,Map};
181181
#[test]
182182
fn test_simple_types() {
183183
assert_eq!(1i.to_str(), ~"1");

0 commit comments

Comments
 (0)