Skip to content

Commit e7a3bbd

Browse files
committed
rustdoc: Remove a now invalid test
1 parent e9688fc commit e7a3bbd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/librustdoc/tystr_pass.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -434,13 +434,6 @@ mod test {
434434
"struct S {"));
435435
}
436436
437-
#[test]
438-
fn should_not_serialize_struct_drop_blocks() {
439-
// All we care about are the fields
440-
let doc = mk_doc(~"struct S { field: (), drop { } }");
441-
assert!(!(&doc.cratemod().structs()[0].sig).get().contains("drop"));
442-
}
443-
444437
#[test]
445438
fn should_not_serialize_struct_attrs() {
446439
// All we care about are the fields

0 commit comments

Comments
 (0)