rustdoc: Remove a now invalid test
This commit is contained in:
parent
e9688fcfe3
commit
e7a3bbd76c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user