std: clean json test imports

This commit is contained in:
Erick Tryzelaar 2013-03-26 17:46:29 -07:00
parent bd77e9433f
commit b290863be6

View file

@ -1195,15 +1195,11 @@ impl to_str::ToStr for Error {
#[cfg(test)]
mod tests {
use super::*;
use core::prelude::*;
use json::*;
use serialize;
use core::result;
use core::hashmap::linear::LinearMap;
fn mk_object(items: &[(~str, Json)]) -> Json {
let mut d = ~LinearMap::new();