Skip to content

Commit

Permalink
Update test_suite/tests/test_annotations.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Tolnay <dtolnay@gmail.com>
  • Loading branch information
tage64 and dtolnay committed Oct 21, 2022
1 parent 90d28fc commit a07d794
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test_suite/tests/test_annotations.rs
Expand Up @@ -2319,15 +2319,6 @@ fn test_internally_tagged_enum_new_type_with_unit() {
Token::MapEnd,
],
);
assert_ser_tokens(
&Data::A(()),
&[
Token::Map { len: Some(1) },
Token::Str("t"),
Token::Str("A"),
Token::MapEnd,
],
);
}

#[test]
Expand Down

0 comments on commit a07d794

Please sign in to comment.