about summary refs log tree commit diff
path: root/src/libcore/send_map.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2012-12-27 17:53:04 -0800
committerPatrick Walton <pcwalton@mimiga.net>2012-12-27 17:53:04 -0800
commite26ca35b081e96d709f318e668e06209e89b95e2 (patch)
tree2ad76c644d465bc9a6007df2c0ee78ad5cc4cd07 /src/libcore/send_map.rs
parent84ce55e5427d0d36dbf6e330537175ab4162b6f2 (diff)
librustc: Fix the test runner, the condition system, and core test. rs=bustage
Diffstat (limited to 'src/libcore/send_map.rs')
-rw-r--r--src/libcore/send_map.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/send_map.rs b/src/libcore/send_map.rs
index 9159fee30d1..8be220e76d7 100644
--- a/src/libcore/send_map.rs
+++ b/src/libcore/send_map.rs
@@ -458,6 +458,8 @@ pub mod linear {
 #[test]
 pub mod test {
     use send_map::linear::LinearMap;
+    use send_map::linear;
+    use uint;
 
     #[test]
     pub fn inserts() {