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
|
@ -1193,6 +1193,9 @@ impl Error: to_str::ToStr {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use core::result;
|
||||
use core::send_map::linear;
|
||||
|
||||
fn mk_object(items: &[(~str, Json)]) -> Json {
|
||||
let mut d = ~linear::LinearMap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue