diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 18:24:18 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 18:24:18 -0800 |
| commit | fa5ee934edecff9c3fa82ade705bd964dc734525 (patch) | |
| tree | daa3fd7dbafa64db3921c7f314da9d76e9f77cff /src/libstd/bitv.rs | |
| parent | e26ca35b081e96d709f318e668e06209e89b95e2 (diff) | |
| download | rust-fa5ee934edecff9c3fa82ade705bd964dc734525.tar.gz rust-fa5ee934edecff9c3fa82ade705bd964dc734525.zip | |
libstd: Fix a bunch of resolve errors in tests. rs=fire
Diffstat (limited to 'src/libstd/bitv.rs')
| -rw-r--r-- | src/libstd/bitv.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libstd/bitv.rs b/src/libstd/bitv.rs index 828de1eb546..990ccb3a163 100644 --- a/src/libstd/bitv.rs +++ b/src/libstd/bitv.rs @@ -577,6 +577,11 @@ impl Bitv: ops::Index<uint,bool> { #[cfg(test)] mod tests { #[legacy_exports]; + + use bitv; + + use core::uint; + #[test] fn test_to_str() { let zerolen = Bitv(0u, false); |
