diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 17:53:04 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 17:53:04 -0800 |
| commit | e26ca35b081e96d709f318e668e06209e89b95e2 (patch) | |
| tree | 2ad76c644d465bc9a6007df2c0ee78ad5cc4cd07 /src/libcore/send_map.rs | |
| parent | 84ce55e5427d0d36dbf6e330537175ab4162b6f2 (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.rs | 2 |
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() { |
