Skip to content

Commit

Permalink
reverse test
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-cbo authored and rubdos committed Jul 7, 2024
1 parent a9f6879 commit 9326ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/rfc3966.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ mod test {
#[test]
fn advisory_1() {
// Just make sure this does not panic.
rfc3966::phone_number(".;phone-context=").unwrap();
drop(rfc3966::phone_number(".;phone-context="));
}
}

0 comments on commit 9326ba0

Please sign in to comment.