Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Mar 26, 2024
1 parent 704e5cb commit eb0df35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/regression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,10 @@ fn test_complete() {
let _: Complete = itf::from_value(itf).unwrap();
}

// Test extracted from the malachite MBT tests
#[test]
fn test_enum_unit_variant() {
#[derive(Debug, PartialEq, serde::Deserialize)]
#[derive(Debug, PartialEq, Deserialize)]
#[serde(tag = "tag", content = "value")]
pub enum VKOutput {
#[serde(rename = "NoVKOutput")]
Expand Down

0 comments on commit eb0df35

Please sign in to comment.