1
Fork 0

test: Update tests and import the prelude in some more places.

This commit is contained in:
Patrick Walton 2013-05-21 17:24:31 -07:00
parent 1be40be613
commit ee52865c88
29 changed files with 66 additions and 43 deletions

View file

@ -1327,6 +1327,8 @@ impl to_str::ToStr for Error {
#[cfg(test)]
mod tests {
use core::prelude::*;
use super::*;
use core::hashmap::HashMap;