rustdoc: Remove a now invalid test

This commit is contained in:
Erick Tryzelaar 2013-04-30 23:30:04 -07:00
parent e9688fcfe3
commit e7a3bbd76c

View File

@ -434,13 +434,6 @@ mod test {
"struct S {"));
}
#[test]
fn should_not_serialize_struct_drop_blocks() {
// All we care about are the fields
let doc = mk_doc(~"struct S { field: (), drop { } }");
assert!(!(&doc.cratemod().structs()[0].sig).get().contains("drop"));
}
#[test]
fn should_not_serialize_struct_attrs() {
// All we care about are the fields