libstd: Fix a bunch of resolve errors in tests. rs=fire
This commit is contained in:
parent
e26ca35b08
commit
fa5ee934ed
24 changed files with 118 additions and 13 deletions
|
|
@ -613,6 +613,10 @@ impl<K: Eq IterBytes Hash Copy, V: Copy> @Mut<LinearMap<K, V>>:
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use map;
|
||||
|
||||
use core::option;
|
||||
use core::uint;
|
||||
|
||||
#[test]
|
||||
fn test_simple() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue