Adding missing imports for tests, and gate off others
This commit is contained in:
parent
bc3bee410a
commit
cb4ab76e4a
46 changed files with 141 additions and 109 deletions
|
@ -1206,14 +1206,7 @@ fn mk_enum_deser_body(
|
|||
mod test {
|
||||
use std::serialize::Encodable;
|
||||
use std::serialize::Encoder;
|
||||
use core::dvec::*;
|
||||
use util::testing::*;
|
||||
use core::io;
|
||||
use core::str;
|
||||
use core::option::Option;
|
||||
use core::option::Some;
|
||||
use core::option::None;
|
||||
use std;
|
||||
|
||||
// just adding the ones I want to test, for now:
|
||||
#[deriving_eq]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue