Add missing import to tests
This commit is contained in:
parent
6ad31ffb53
commit
122f25dd5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue