Skip to content

Commit a07d794

Browse files
tage64dtolnay
andauthored
Update test_suite/tests/test_annotations.rs
Co-authored-by: David Tolnay <[email protected]>
1 parent 90d28fc commit a07d794

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test_suite/tests/test_annotations.rs

-9
Original file line numberDiff line numberDiff line change
@@ -2319,15 +2319,6 @@ fn test_internally_tagged_enum_new_type_with_unit() {
23192319
Token::MapEnd,
23202320
],
23212321
);
2322-
assert_ser_tokens(
2323-
&Data::A(()),
2324-
&[
2325-
Token::Map { len: Some(1) },
2326-
Token::Str("t"),
2327-
Token::Str("A"),
2328-
Token::MapEnd,
2329-
],
2330-
);
23312322
}
23322323

23332324
#[test]

0 commit comments

Comments
 (0)